Class DaemonSetUpdateStrategy

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DaemonSetUpdateStrategy
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DaemonSetUpdateStrategyBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
    See Also:
    Serialized Form
    • Constructor Detail

      • DaemonSetUpdateStrategy

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

      • getRollingUpdate

        public RollingUpdateDaemonSet getRollingUpdate()
        DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
      • setRollingUpdate

        public void setRollingUpdate​(RollingUpdateDaemonSet rollingUpdate)
        DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
      • getType

        public String getType()
        Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
      • setType

        public void setType​(String type)
        Type of daemon set update. Can be "RollingUpdate" or "OnDelete". 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)