Class TopologySpreadConstraints

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.java.generator.CRGeneratorRunner")
    public class TopologySpreadConstraints
    extends Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • TopologySpreadConstraints

        public TopologySpreadConstraints()
    • Method Detail

      • setLabelSelector

        public void setLabelSelector​(LabelSelector labelSelector)
      • getMaxSkew

        public Integer getMaxSkew()
      • setMaxSkew

        public void setMaxSkew​(Integer maxSkew)
      • getTopologyKey

        public String getTopologyKey()
      • setTopologyKey

        public void setTopologyKey​(String topologyKey)
      • getWhenUnsatisfiable

        public String getWhenUnsatisfiable()
      • setWhenUnsatisfiable

        public void setWhenUnsatisfiable​(String whenUnsatisfiable)