Uses of Class
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint
Packages that use V1TopologySpreadConstraint
-
Uses of V1TopologySpreadConstraint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TopologySpreadConstraintModifier and TypeMethodDescriptionV1TopologySpreadConstraint.addMatchLabelKeysItem(String matchLabelKeysItem) static V1TopologySpreadConstraintCreate an instance of V1TopologySpreadConstraint given an JSON stringV1TopologySpreadConstraint.labelSelector(V1LabelSelector labelSelector) V1TopologySpreadConstraint.matchLabelKeys(List<String> matchLabelKeys) V1TopologySpreadConstraint.minDomains(Integer minDomains) V1TopologySpreadConstraint.nodeAffinityPolicy(String nodeAffinityPolicy) V1TopologySpreadConstraint.nodeTaintsPolicy(String nodeTaintsPolicy) V1TopologySpreadConstraint.topologyKey(String topologyKey) V1TopologySpreadConstraint.whenUnsatisfiable(String whenUnsatisfiable) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1TopologySpreadConstraintModifier and TypeMethodDescriptionV1PodSpec.getTopologySpreadConstraints()TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.Methods in io.kubernetes.client.openapi.models with parameters of type V1TopologySpreadConstraintModifier and TypeMethodDescriptionV1PodSpec.addTopologySpreadConstraintsItem(V1TopologySpreadConstraint topologySpreadConstraintsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1TopologySpreadConstraintModifier and TypeMethodDescriptionvoidV1PodSpec.setTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) V1PodSpec.topologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints)