Class PodGroupSchedulingConstraintsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraintsFluent<PodGroupSchedulingConstraintsBuilder>
-
- io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraintsBuilder
-
- All Implemented Interfaces:
Builder<PodGroupSchedulingConstraints>,Visitable<PodGroupSchedulingConstraintsBuilder>,VisitableBuilder<PodGroupSchedulingConstraints,PodGroupSchedulingConstraintsBuilder>
public class PodGroupSchedulingConstraintsBuilder extends PodGroupSchedulingConstraintsFluent<PodGroupSchedulingConstraintsBuilder> implements VisitableBuilder<PodGroupSchedulingConstraints,PodGroupSchedulingConstraintsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraintsFluent
PodGroupSchedulingConstraintsFluent.TopologyNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description PodGroupSchedulingConstraintsBuilder()PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraints instance)PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraintsFluent<?> fluent)PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraintsFluent<?> fluent, PodGroupSchedulingConstraints instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodGroupSchedulingConstraintsbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraintsFluent
addAllToTopology, addNewTopology, addNewTopology, addNewTopologyLike, addToAdditionalProperties, addToAdditionalProperties, addToTopology, addToTopology, buildFirstTopology, buildLastTopology, buildMatchingTopology, buildTopology, buildTopology, copyInstance, editFirstTopology, editLastTopology, editMatchingTopology, editTopology, equals, getAdditionalProperties, hasAdditionalProperties, hashCode, hasMatchingTopology, hasTopology, removeAllFromTopology, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromTopology, removeMatchingFromTopology, setNewTopologyLike, setToTopology, toString, withAdditionalProperties, withTopology, withTopology
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodGroupSchedulingConstraintsBuilder
public PodGroupSchedulingConstraintsBuilder()
-
PodGroupSchedulingConstraintsBuilder
public PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraintsFluent<?> fluent)
-
PodGroupSchedulingConstraintsBuilder
public PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraints instance)
-
PodGroupSchedulingConstraintsBuilder
public PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraintsFluent<?> fluent, PodGroupSchedulingConstraints instance)
-
-
Method Detail
-
build
public PodGroupSchedulingConstraints build()
- Specified by:
buildin interfaceBuilder<PodGroupSchedulingConstraints>
-
-