Package io.fabric8.kubernetes.api.model
Class PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluentImpl<PodSpecFluent.TopologySpreadConstraintsNested<N>>
-
- io.fabric8.kubernetes.api.model.PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<PodSpecFluent.TopologySpreadConstraintsNested<N>>
,Nested<N>
,Visitable<PodSpecFluent.TopologySpreadConstraintsNested<N>>
,PodSpecFluent.TopologySpreadConstraintsNested<N>
,TopologySpreadConstraintFluent<PodSpecFluent.TopologySpreadConstraintsNested<N>>
- Enclosing class:
- PodSpecFluentImpl<A extends PodSpecFluent<A>>
public class PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl<N> extends TopologySpreadConstraintFluentImpl<PodSpecFluent.TopologySpreadConstraintsNested<N>> implements PodSpecFluent.TopologySpreadConstraintsNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluentImpl
TopologySpreadConstraintFluentImpl.LabelSelectorNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
TopologySpreadConstraintFluent.LabelSelectorNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endTopologySpreadConstraint()
-
Methods inherited from class io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluentImpl
buildLabelSelector, editLabelSelector, editOrNewLabelSelector, editOrNewLabelSelectorLike, equals, getLabelSelector, getMaxSkew, getTopologyKey, getWhenUnsatisfiable, hashCode, hasLabelSelector, hasMaxSkew, hasTopologyKey, hasWhenUnsatisfiable, withLabelSelector, withMaxSkew, withNewLabelSelector, withNewLabelSelectorLike, withNewTopologyKey, withNewTopologyKey, withNewTopologyKey, withNewWhenUnsatisfiable, withNewWhenUnsatisfiable, withNewWhenUnsatisfiable, withTopologyKey, withWhenUnsatisfiable
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endTopologySpreadConstraint
public N endTopologySpreadConstraint()
- Specified by:
endTopologySpreadConstraint
in interfacePodSpecFluent.TopologySpreadConstraintsNested<N>
-
-