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:
io.fabric8.kubernetes.api.builder.Builder<TopologySpreadConstraint>
,io.fabric8.kubernetes.api.builder.Visitable<TopologySpreadConstraintBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<TopologySpreadConstraint,TopologySpreadConstraintBuilder>
public class TopologySpreadConstraintBuilder extends TopologySpreadConstraintFluent<TopologySpreadConstraintBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<TopologySpreadConstraint,TopologySpreadConstraintBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.TopologySpreadConstraintFluent
TopologySpreadConstraintFluent.LabelSelectorNested<N>
-
-
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 TopologySpreadConstraint
build()
-
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(TopologySpreadConstraintFluent<?> fluent, TopologySpreadConstraint instance)
-
TopologySpreadConstraintBuilder
public TopologySpreadConstraintBuilder(TopologySpreadConstraint instance)
-
-
Method Detail
-
build
public TopologySpreadConstraint build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<TopologySpreadConstraint>
-
-