Package io.fabric8.kubernetes.api.model
Interface TopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodSpecFluent.TopologySpreadConstraintsNested<N>,WatchEventFluent.TopologySpreadConstraintObjectNested<N>
- All Known Implementing Classes:
PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl,TopologySpreadConstraintBuilder,TopologySpreadConstraintFluentImpl,WatchEventFluentImpl.TopologySpreadConstraintObjectNestedImpl
public interface TopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTopologySpreadConstraintFluent.LabelSelectorNested<N>
-
Method Summary
-
-
-
Method Detail
-
getLabelSelector
@Deprecated LabelSelector getLabelSelector()
Deprecated.This method has been deprecated, please use method buildLabelSelector instead.- Returns:
- The buildable object.
-
buildLabelSelector
LabelSelector buildLabelSelector()
-
withLabelSelector
A withLabelSelector(LabelSelector labelSelector)
-
hasLabelSelector
Boolean hasLabelSelector()
-
withNewLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelector()
-
withNewLabelSelectorLike
TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelectorLike(LabelSelector item)
-
editLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> editLabelSelector()
-
editOrNewLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelector()
-
editOrNewLabelSelectorLike
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(LabelSelector item)
-
getMaxSkew
Integer getMaxSkew()
-
hasMaxSkew
Boolean hasMaxSkew()
-
getTopologyKey
String getTopologyKey()
-
hasTopologyKey
Boolean hasTopologyKey()
-
withNewTopologyKey
A withNewTopologyKey(StringBuilder arg1)
-
withNewTopologyKey
A withNewTopologyKey(StringBuffer arg1)
-
getWhenUnsatisfiable
String getWhenUnsatisfiable()
-
hasWhenUnsatisfiable
Boolean hasWhenUnsatisfiable()
-
withNewWhenUnsatisfiable
A withNewWhenUnsatisfiable(StringBuilder arg1)
-
withNewWhenUnsatisfiable
A withNewWhenUnsatisfiable(StringBuffer arg1)
-
-