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)
Integer getMaxSkew()
Boolean hasMaxSkew()
String getTopologyKey()
Boolean hasTopologyKey()
@Deprecated A withNewTopologyKey(String arg0)
String getWhenUnsatisfiable()
Boolean hasWhenUnsatisfiable()
@Deprecated A withNewWhenUnsatisfiable(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.