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:
DoneableTopologySpreadConstraint,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 Details
-
getLabelSelector
Deprecated.This method has been deprecated, please use method buildLabelSelector instead.- Returns:
- The buildable object.
-
buildLabelSelector
LabelSelector buildLabelSelector() -
withLabelSelector
-
hasLabelSelector
Boolean hasLabelSelector() -
withNewLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelector() -
withNewLabelSelectorLike
-
editLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> editLabelSelector() -
editOrNewLabelSelector
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelector() -
editOrNewLabelSelectorLike
TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(LabelSelector item) -
getMaxSkew
Integer getMaxSkew() -
withMaxSkew
-
hasMaxSkew
Boolean hasMaxSkew() -
withNewMaxSkew
-
withNewMaxSkew
-
getTopologyKey
String getTopologyKey() -
withTopologyKey
-
hasTopologyKey
Boolean hasTopologyKey() -
withNewTopologyKey
-
withNewTopologyKey
-
withNewTopologyKey
-
getWhenUnsatisfiable
String getWhenUnsatisfiable() -
withWhenUnsatisfiable
-
hasWhenUnsatisfiable
Boolean hasWhenUnsatisfiable() -
withNewWhenUnsatisfiable
-
withNewWhenUnsatisfiable
-
withNewWhenUnsatisfiable
-