Class StatefulSetUpdateStrategy

    • Constructor Detail

      • StatefulSetUpdateStrategy

        public StatefulSetUpdateStrategy()
        No args constructor for use in serialization
    • Method Detail

      • getRollingUpdate

        public RollingUpdateStatefulSetStrategy getRollingUpdate()
        StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
      • setRollingUpdate

        public void setRollingUpdate​(RollingUpdateStatefulSetStrategy rollingUpdate)
        StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
      • getType

        public String getType()
        Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
      • setType

        public void setType​(String type)
        Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)