Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.TopologySpreadConstraintObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.TopologySpreadConstraintObjectNested<N>>
,Nested<N>
,TopologySpreadConstraintFluent<WatchEventFluent.TopologySpreadConstraintObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.TopologySpreadConstraintObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.TopologySpreadConstraintObjectNested<N> extends Nested<N>, TopologySpreadConstraintFluent<WatchEventFluent.TopologySpreadConstraintObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
TopologySpreadConstraintFluent.LabelSelectorNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endTopologySpreadConstraintObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
buildLabelSelector, editLabelSelector, editOrNewLabelSelector, editOrNewLabelSelectorLike, getLabelSelector, getMaxSkew, getTopologyKey, getWhenUnsatisfiable, hasLabelSelector, hasMaxSkew, hasTopologyKey, hasWhenUnsatisfiable, withLabelSelector, withMaxSkew, withNewLabelSelector, withNewLabelSelectorLike, withNewTopologyKey, withNewTopologyKey, withNewTopologyKey, withNewWhenUnsatisfiable, withNewWhenUnsatisfiable, withNewWhenUnsatisfiable, withTopologyKey, withWhenUnsatisfiable
-
-