Package io.fabric8.kubernetes.api.model
Class TopologySpreadConstraintFluentImpl<A extends TopologySpreadConstraintFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,TopologySpreadConstraintFluent<A>
- Direct Known Subclasses:
PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl,TopologySpreadConstraintBuilder,WatchEventFluentImpl.TopologySpreadConstraintObjectNestedImpl
public class TopologySpreadConstraintFluentImpl<A extends TopologySpreadConstraintFluent<A>> extends BaseFluent<A> implements TopologySpreadConstraintFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTopologySpreadConstraintFluentImpl.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
-
-
Constructor Summary
Constructors Constructor Description TopologySpreadConstraintFluentImpl()TopologySpreadConstraintFluentImpl(TopologySpreadConstraint instance)
-
Method Summary
-
-
-
Constructor Detail
-
TopologySpreadConstraintFluentImpl
public TopologySpreadConstraintFluentImpl()
-
TopologySpreadConstraintFluentImpl
public TopologySpreadConstraintFluentImpl(TopologySpreadConstraint instance)
-
-
Method Detail
-
getLabelSelector
@Deprecated public LabelSelector getLabelSelector()
Deprecated.This method has been deprecated, please use method buildLabelSelector instead.- Specified by:
getLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>- Returns:
- The buildable object.
-
buildLabelSelector
public LabelSelector buildLabelSelector()
- Specified by:
buildLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withLabelSelector
public A withLabelSelector(LabelSelector labelSelector)
- Specified by:
withLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
hasLabelSelector
public Boolean hasLabelSelector()
- Specified by:
hasLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewLabelSelector
public TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelector()
- Specified by:
withNewLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewLabelSelectorLike
public TopologySpreadConstraintFluent.LabelSelectorNested<A> withNewLabelSelectorLike(LabelSelector item)
- Specified by:
withNewLabelSelectorLikein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
editLabelSelector
public TopologySpreadConstraintFluent.LabelSelectorNested<A> editLabelSelector()
- Specified by:
editLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
editOrNewLabelSelector
public TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelector()
- Specified by:
editOrNewLabelSelectorin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
editOrNewLabelSelectorLike
public TopologySpreadConstraintFluent.LabelSelectorNested<A> editOrNewLabelSelectorLike(LabelSelector item)
- Specified by:
editOrNewLabelSelectorLikein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
getMaxSkew
public Integer getMaxSkew()
- Specified by:
getMaxSkewin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withMaxSkew
public A withMaxSkew(Integer maxSkew)
- Specified by:
withMaxSkewin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
hasMaxSkew
public Boolean hasMaxSkew()
- Specified by:
hasMaxSkewin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
getTopologyKey
public String getTopologyKey()
- Specified by:
getTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withTopologyKey
public A withTopologyKey(String topologyKey)
- Specified by:
withTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
hasTopologyKey
public Boolean hasTopologyKey()
- Specified by:
hasTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(String arg1)
- Specified by:
withNewTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(StringBuilder arg1)
- Specified by:
withNewTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewTopologyKey
public A withNewTopologyKey(StringBuffer arg1)
- Specified by:
withNewTopologyKeyin interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
getWhenUnsatisfiable
public String getWhenUnsatisfiable()
- Specified by:
getWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withWhenUnsatisfiable
public A withWhenUnsatisfiable(String whenUnsatisfiable)
- Specified by:
withWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
hasWhenUnsatisfiable
public Boolean hasWhenUnsatisfiable()
- Specified by:
hasWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewWhenUnsatisfiable
public A withNewWhenUnsatisfiable(String arg1)
- Specified by:
withNewWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewWhenUnsatisfiable
public A withNewWhenUnsatisfiable(StringBuilder arg1)
- Specified by:
withNewWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
withNewWhenUnsatisfiable
public A withNewWhenUnsatisfiable(StringBuffer arg1)
- Specified by:
withNewWhenUnsatisfiablein interfaceTopologySpreadConstraintFluent<A extends TopologySpreadConstraintFluent<A>>
-
-