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()
A withNewTopologyKey(StringBuilder arg1)
A withNewTopologyKey(StringBuffer arg1)
String getWhenUnsatisfiable()
Boolean hasWhenUnsatisfiable()
A withNewWhenUnsatisfiable(StringBuilder arg1)
A withNewWhenUnsatisfiable(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.