Package io.fabric8.kubernetes.api.model
Class TopologySpreadConstraintBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent<TopologySpreadConstraintBuilder>
-
- io.fabric8.kubernetes.api.model.TopologySpreadConstraintBuilder
-
- All Implemented Interfaces:
Builder<TopologySpreadConstraint>,Visitable<TopologySpreadConstraintBuilder>,VisitableBuilder<TopologySpreadConstraint,TopologySpreadConstraintBuilder>
public class TopologySpreadConstraintBuilder extends TopologySpreadConstraintFluent<TopologySpreadConstraintBuilder> implements VisitableBuilder<TopologySpreadConstraint,TopologySpreadConstraintBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
TopologySpreadConstraintFluent.LabelSelectorNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description TopologySpreadConstraintBuilder()TopologySpreadConstraintBuilder(TopologySpreadConstraint instance)TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent)TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent, TopologySpreadConstraint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologySpreadConstraintbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
addAllToMatchLabelKeys, addToAdditionalProperties, addToAdditionalProperties, addToMatchLabelKeys, addToMatchLabelKeys, buildLabelSelector, copyInstance, editLabelSelector, editOrNewLabelSelector, editOrNewLabelSelectorLike, equals, getAdditionalProperties, getFirstMatchLabelKey, getLastMatchLabelKey, getMatchingMatchLabelKey, getMatchLabelKey, getMatchLabelKeys, getMaxSkew, getMinDomains, getNodeAffinityPolicy, getNodeTaintsPolicy, getTopologyKey, getWhenUnsatisfiable, hasAdditionalProperties, hashCode, hasLabelSelector, hasMatchingMatchLabelKey, hasMatchLabelKeys, hasMaxSkew, hasMinDomains, hasNodeAffinityPolicy, hasNodeTaintsPolicy, hasTopologyKey, hasWhenUnsatisfiable, removeAllFromMatchLabelKeys, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromMatchLabelKeys, setToMatchLabelKeys, toString, withAdditionalProperties, withLabelSelector, withMatchLabelKeys, withMatchLabelKeys, withMaxSkew, withMinDomains, withNewLabelSelector, withNewLabelSelectorLike, withNodeAffinityPolicy, withNodeTaintsPolicy, withTopologyKey, withWhenUnsatisfiable
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
TopologySpreadConstraintBuilder
public TopologySpreadConstraintBuilder()
-
TopologySpreadConstraintBuilder
public TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent)
-
TopologySpreadConstraintBuilder
public TopologySpreadConstraintBuilder(TopologySpreadConstraint instance)
-
TopologySpreadConstraintBuilder
public TopologySpreadConstraintBuilder(TopologySpreadConstraintFluent<?> fluent, TopologySpreadConstraint instance)
-
-
Method Detail
-
build
public TopologySpreadConstraint build()
- Specified by:
buildin interfaceBuilder<TopologySpreadConstraint>
-
-