public interface V1TopologySpreadConstraintFluent<A extends V1TopologySpreadConstraintFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1TopologySpreadConstraintFluent.LabelSelectorNested<N> |
@Deprecated V1LabelSelector getLabelSelector()
V1LabelSelector buildLabelSelector()
A withLabelSelector(V1LabelSelector labelSelector)
Boolean hasLabelSelector()
V1TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelector()
V1TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelectorLike(V1LabelSelector item)
V1TopologySpreadConstraintFluent.LabelSelectorNested<A> editLabelSelector()
V1TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelector()
V1TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(V1LabelSelector 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 © 2020. All rights reserved.