Uses of Class
io.fabric8.kubernetes.api.model.scheduling.v1alpha2.TopologyConstraint
-
Packages that use TopologyConstraint Package Description io.fabric8.kubernetes.api.model.scheduling.v1alpha2 -
-
Uses of TopologyConstraint in io.fabric8.kubernetes.api.model.scheduling.v1alpha2
Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return TopologyConstraint Modifier and Type Method Description TopologyConstraintTopologyConstraintBuilder. build()TopologyConstraintPodGroupSchedulingConstraintsFluent. buildFirstTopology()TopologyConstraintPodGroupSchedulingConstraintsFluent. buildLastTopology()TopologyConstraintPodGroupSchedulingConstraintsFluent. buildMatchingTopology(Predicate<TopologyConstraintBuilder> predicate)TopologyConstraintPodGroupSchedulingConstraintsFluent. buildTopology(int index)Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return types with arguments of type TopologyConstraint Modifier and Type Method Description List<TopologyConstraint>PodGroupSchedulingConstraintsFluent. buildTopology()List<TopologyConstraint>PodGroupSchedulingConstraints. getTopology()Topology defines the topology constraints for the pod group.Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type TopologyConstraint Modifier and Type Method Description PodGroupSchedulingConstraintsFluent.TopologyNested<A>PodGroupSchedulingConstraintsFluent. addNewTopologyLike(TopologyConstraint item)APodGroupSchedulingConstraintsFluent. addToTopology(int index, TopologyConstraint item)APodGroupSchedulingConstraintsFluent. addToTopology(TopologyConstraint... items)protected voidTopologyConstraintFluent. copyInstance(TopologyConstraint instance)APodGroupSchedulingConstraintsFluent. removeFromTopology(TopologyConstraint... items)PodGroupSchedulingConstraintsFluent.TopologyNested<A>PodGroupSchedulingConstraintsFluent. setNewTopologyLike(int index, TopologyConstraint item)APodGroupSchedulingConstraintsFluent. setToTopology(int index, TopologyConstraint item)APodGroupSchedulingConstraintsFluent. withTopology(TopologyConstraint... topology)Method parameters in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with type arguments of type TopologyConstraint Modifier and Type Method Description APodGroupSchedulingConstraintsFluent. addAllToTopology(Collection<TopologyConstraint> items)APodGroupSchedulingConstraintsFluent. removeAllFromTopology(Collection<TopologyConstraint> items)voidPodGroupSchedulingConstraints. setTopology(List<TopologyConstraint> topology)Topology defines the topology constraints for the pod group.APodGroupSchedulingConstraintsFluent. withTopology(List<TopologyConstraint> topology)Constructors in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type TopologyConstraint Constructor Description TopologyConstraintBuilder(TopologyConstraint instance)TopologyConstraintBuilder(TopologyConstraintFluent<?> fluent, TopologyConstraint instance)TopologyConstraintFluent(TopologyConstraint instance)Constructor parameters in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with type arguments of type TopologyConstraint Constructor Description PodGroupSchedulingConstraints(List<TopologyConstraint> topology)
-