Uses of Interface
org.cdk8s.plus25.k8s.TopologySpreadConstraint
-
Packages that use TopologySpreadConstraint Package Description org.cdk8s.plus25.k8s -
-
Uses of TopologySpreadConstraint in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement TopologySpreadConstraint Modifier and Type Class Description static classTopologySpreadConstraint.Jsii$ProxyAn implementation forTopologySpreadConstraintMethods in org.cdk8s.plus25.k8s that return TopologySpreadConstraint Modifier and Type Method Description TopologySpreadConstraintTopologySpreadConstraint.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type TopologySpreadConstraint Modifier and Type Method Description default List<TopologySpreadConstraint>PodSpec. getTopologySpreadConstraints()TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.List<TopologySpreadConstraint>PodSpec.Jsii$Proxy. getTopologySpreadConstraints()Method parameters in org.cdk8s.plus25.k8s with type arguments of type TopologySpreadConstraint Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. topologySpreadConstraints(List<? extends TopologySpreadConstraint> topologySpreadConstraints)Sets the value ofPodSpec.getTopologySpreadConstraints()
-