Class SpreadConstraintsTerm

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class SpreadConstraintsTerm
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<SpreadConstraintsTermBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • SpreadConstraintsTerm

        public SpreadConstraintsTerm()
        No args constructor for use in serialization
      • SpreadConstraintsTerm

        public SpreadConstraintsTerm​(Integer maxSkew,
                                     String topologyKey,
                                     String topologyKeyType,
                                     String whenUnsatisfiable)
    • Method Detail

      • getMaxSkew

        public Integer getMaxSkew()
      • setMaxSkew

        public void setMaxSkew​(Integer maxSkew)
      • getTopologyKey

        public String getTopologyKey()
      • setTopologyKey

        public void setTopologyKey​(String topologyKey)
      • getTopologyKeyType

        public String getTopologyKeyType()
      • setTopologyKeyType

        public void setTopologyKeyType​(String topologyKeyType)
      • getWhenUnsatisfiable

        public String getWhenUnsatisfiable()
      • setWhenUnsatisfiable

        public void setWhenUnsatisfiable​(String whenUnsatisfiable)
      • getAdditionalProperties

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

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

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