Class CoreV1TopologySpreadConstraintBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.CoreV1TopologySpreadConstraintFluent<CoreV1TopologySpreadConstraintBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.CoreV1TopologySpreadConstraintBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CoreV1TopologySpreadConstraint>,io.fabric8.kubernetes.api.builder.Visitable<CoreV1TopologySpreadConstraintBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CoreV1TopologySpreadConstraint,CoreV1TopologySpreadConstraintBuilder>
public class CoreV1TopologySpreadConstraintBuilder extends CoreV1TopologySpreadConstraintFluent<CoreV1TopologySpreadConstraintBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CoreV1TopologySpreadConstraint,CoreV1TopologySpreadConstraintBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.CoreV1TopologySpreadConstraintFluent
CoreV1TopologySpreadConstraintFluent.LabelSelectorNested<N>
-
-
Constructor Summary
Constructors Constructor Description CoreV1TopologySpreadConstraintBuilder()CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraint instance)CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraintFluent<?> fluent)CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraintFluent<?> fluent, CoreV1TopologySpreadConstraint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreV1TopologySpreadConstraintbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.CoreV1TopologySpreadConstraintFluent
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
-
CoreV1TopologySpreadConstraintBuilder
public CoreV1TopologySpreadConstraintBuilder()
-
CoreV1TopologySpreadConstraintBuilder
public CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraintFluent<?> fluent)
-
CoreV1TopologySpreadConstraintBuilder
public CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraintFluent<?> fluent, CoreV1TopologySpreadConstraint instance)
-
CoreV1TopologySpreadConstraintBuilder
public CoreV1TopologySpreadConstraintBuilder(CoreV1TopologySpreadConstraint instance)
-
-
Method Detail
-
build
public CoreV1TopologySpreadConstraint build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CoreV1TopologySpreadConstraint>
-
-