Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1TopologySpreadConstraint> |
V1PodSpecFluentImpl.buildTopologySpreadConstraints() |
List<V1TopologySpreadConstraint> |
V1PodSpecFluent.buildTopologySpreadConstraints() |
List<V1TopologySpreadConstraint> |
V1PodSpecFluentImpl.getTopologySpreadConstraints()
Deprecated.
|
List<V1TopologySpreadConstraint> |
V1PodSpecFluent.getTopologySpreadConstraints()
Deprecated.
|
List<V1TopologySpreadConstraint> |
V1PodSpec.getTopologySpreadConstraints()
TopologySpreadConstraints describes how a group of pods ought to spread across topology
domains.
|
Modifier and Type | Method and Description |
---|---|
A |
V1PodSpecFluentImpl.addAllToTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items) |
A |
V1PodSpecFluent.addAllToTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items) |
A |
V1PodSpecFluentImpl.removeAllFromTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items) |
A |
V1PodSpecFluent.removeAllFromTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items) |
void |
V1PodSpec.setTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
V1PodSpec |
V1PodSpec.topologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
A |
V1PodSpecFluentImpl.withTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
A |
V1PodSpecFluent.withTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints) |
Constructor and Description |
---|
V1TopologySpreadConstraintBuilder(V1TopologySpreadConstraint instance) |
V1TopologySpreadConstraintBuilder(V1TopologySpreadConstraint instance,
Boolean validationEnabled) |
V1TopologySpreadConstraintBuilder(V1TopologySpreadConstraintFluent<?> fluent,
V1TopologySpreadConstraint instance) |
V1TopologySpreadConstraintBuilder(V1TopologySpreadConstraintFluent<?> fluent,
V1TopologySpreadConstraint instance,
Boolean validationEnabled) |
V1TopologySpreadConstraintFluentImpl(V1TopologySpreadConstraint instance) |
Copyright © 2020. All rights reserved.