Class PodGroupSchedulingConstraintsFluent<A extends PodGroupSchedulingConstraintsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraintsFluent<A>
-
- Direct Known Subclasses:
PodGroupSchedulingConstraintsBuilder,PodGroupSpecFluent.SchedulingConstraintsNested,PodGroupTemplateFluent.SchedulingConstraintsNested
public class PodGroupSchedulingConstraintsFluent<A extends PodGroupSchedulingConstraintsFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodGroupSchedulingConstraintsFluent.TopologyNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description PodGroupSchedulingConstraintsFluent()PodGroupSchedulingConstraintsFluent(PodGroupSchedulingConstraints instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodGroupSchedulingConstraintsFluent
public PodGroupSchedulingConstraintsFluent()
-
PodGroupSchedulingConstraintsFluent
public PodGroupSchedulingConstraintsFluent(PodGroupSchedulingConstraints instance)
-
-
Method Detail
-
addAllToTopology
public A addAllToTopology(Collection<TopologyConstraint> items)
-
addNewTopology
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> addNewTopology()
-
addNewTopologyLike
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> addNewTopologyLike(TopologyConstraint item)
-
addToTopology
public A addToTopology(TopologyConstraint... items)
-
addToTopology
public A addToTopology(int index, TopologyConstraint item)
-
buildFirstTopology
public TopologyConstraint buildFirstTopology()
-
buildLastTopology
public TopologyConstraint buildLastTopology()
-
buildMatchingTopology
public TopologyConstraint buildMatchingTopology(Predicate<TopologyConstraintBuilder> predicate)
-
buildTopology
public List<TopologyConstraint> buildTopology()
-
buildTopology
public TopologyConstraint buildTopology(int index)
-
copyInstance
protected void copyInstance(PodGroupSchedulingConstraints instance)
-
editFirstTopology
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> editFirstTopology()
-
editLastTopology
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> editLastTopology()
-
editMatchingTopology
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> editMatchingTopology(Predicate<TopologyConstraintBuilder> predicate)
-
editTopology
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> editTopology(int index)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends PodGroupSchedulingConstraintsFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMatchingTopology
public boolean hasMatchingTopology(Predicate<TopologyConstraintBuilder> predicate)
-
hasTopology
public boolean hasTopology()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends PodGroupSchedulingConstraintsFluent<A>>
-
removeAllFromTopology
public A removeAllFromTopology(Collection<TopologyConstraint> items)
-
removeFromTopology
public A removeFromTopology(TopologyConstraint... items)
-
removeMatchingFromTopology
public A removeMatchingFromTopology(Predicate<TopologyConstraintBuilder> predicate)
-
setNewTopologyLike
public PodGroupSchedulingConstraintsFluent.TopologyNested<A> setNewTopologyLike(int index, TopologyConstraint item)
-
setToTopology
public A setToTopology(int index, TopologyConstraint item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withTopology
public A withTopology(List<TopologyConstraint> topology)
-
withTopology
public A withTopology(TopologyConstraint... topology)
-
-