Class StatefulSetUpdateStrategy

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<StatefulSetUpdateStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class StatefulSetUpdateStrategy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<StatefulSetUpdateStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    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.
    See Also:
    Serialized Form
    • 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)