Uses of Class
org.cdk8s.plus24.k8s.TopologySpreadConstraint.Builder
-
Packages that use TopologySpreadConstraint.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of TopologySpreadConstraint.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return TopologySpreadConstraint.Builder Modifier and Type Method Description static TopologySpreadConstraint.BuilderTopologySpreadConstraint. builder()TopologySpreadConstraint.BuilderTopologySpreadConstraint.Builder. labelSelector(LabelSelector labelSelector)Sets the value ofTopologySpreadConstraint.getLabelSelector()TopologySpreadConstraint.BuilderTopologySpreadConstraint.Builder. maxSkew(Number maxSkew)Sets the value ofTopologySpreadConstraint.getMaxSkew()TopologySpreadConstraint.BuilderTopologySpreadConstraint.Builder. minDomains(Number minDomains)Sets the value ofTopologySpreadConstraint.getMinDomains()TopologySpreadConstraint.BuilderTopologySpreadConstraint.Builder. topologyKey(String topologyKey)Sets the value ofTopologySpreadConstraint.getTopologyKey()TopologySpreadConstraint.BuilderTopologySpreadConstraint.Builder. whenUnsatisfiable(String whenUnsatisfiable)Sets the value ofTopologySpreadConstraint.getWhenUnsatisfiable()Constructors in org.cdk8s.plus24.k8s with parameters of type TopologySpreadConstraint.Builder Constructor Description Jsii$Proxy(TopologySpreadConstraint.Builder builder)Constructor that initializes the object based on literal property values passed by theTopologySpreadConstraint.Builder.
-