Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1TopologySpreadConstraint |
V1TopologySpreadConstraint.labelSelector(V1LabelSelector labelSelector) |
V1TopologySpreadConstraint |
V1TopologySpreadConstraint.maxSkew(Integer maxSkew) |
V1TopologySpreadConstraint |
V1TopologySpreadConstraint.topologyKey(String topologyKey) |
V1TopologySpreadConstraint |
V1TopologySpreadConstraint.whenUnsatisfiable(V1TopologySpreadConstraint.WhenUnsatisfiableEnum whenUnsatisfiable) |
Modifier and Type | Method and Description |
---|---|
List<V1TopologySpreadConstraint> |
V1PodSpec.getTopologySpreadConstraints()
TopologySpreadConstraints describes how a group of pods ought to spread across topology
domains.
|
Modifier and Type | Method and Description |
---|---|
V1PodSpec |
V1PodSpec.addTopologySpreadConstraintsItem(V1TopologySpreadConstraint topologySpreadConstraintsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1PodSpec.setTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
V1PodSpec |
V1PodSpec.topologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
Copyright © 2022. All rights reserved.