public interface TopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TopologySpreadConstraintFluent.LabelSelectorNested<N> |
@Deprecated LabelSelector getLabelSelector()
LabelSelector buildLabelSelector()
A withLabelSelector(LabelSelector labelSelector)
Boolean hasLabelSelector()
TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelector()
TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelectorLike(LabelSelector item)
TopologySpreadConstraintFluent.LabelSelectorNested<A> editLabelSelector()
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelector()
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(LabelSelector item)
A addAllToMatchLabelKeys(Collection<String> items)
A removeAllFromMatchLabelKeys(Collection<String> items)
String getFirstMatchLabelKey()
String getLastMatchLabelKey()
Boolean hasMatchLabelKeys()
Integer getMaxSkew()
Boolean hasMaxSkew()
Integer getMinDomains()
Boolean hasMinDomains()
String getNodeAffinityPolicy()
Boolean hasNodeAffinityPolicy()
String getNodeTaintsPolicy()
Boolean hasNodeTaintsPolicy()
String getTopologyKey()
Boolean hasTopologyKey()
String getWhenUnsatisfiable()
Boolean hasWhenUnsatisfiable()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.