Uses of Class
io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupSchedulingConstraints
-
Packages that use PodGroupSchedulingConstraints Package Description io.fabric8.kubernetes.api.model.scheduling.v1alpha2 -
-
Uses of PodGroupSchedulingConstraints in io.fabric8.kubernetes.api.model.scheduling.v1alpha2
Methods in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 that return PodGroupSchedulingConstraints Modifier and Type Method Description PodGroupSchedulingConstraintsPodGroupSchedulingConstraintsBuilder. build()PodGroupSchedulingConstraintsPodGroupSpecFluent. buildSchedulingConstraints()PodGroupSchedulingConstraintsPodGroupTemplateFluent. buildSchedulingConstraints()PodGroupSchedulingConstraintsPodGroupSpec. getSchedulingConstraints()PodGroupSpec defines the desired state of a PodGroup.PodGroupSchedulingConstraintsPodGroupTemplate. getSchedulingConstraints()PodGroupTemplate represents a template for a set of pods with a scheduling policy.Constructors in io.fabric8.kubernetes.api.model.scheduling.v1alpha2 with parameters of type PodGroupSchedulingConstraints Constructor Description PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraints instance)PodGroupSchedulingConstraintsBuilder(PodGroupSchedulingConstraintsFluent<?> fluent, PodGroupSchedulingConstraints instance)PodGroupSchedulingConstraintsFluent(PodGroupSchedulingConstraints instance)PodGroupSpec(String disruptionMode, PodGroupTemplateReference podGroupTemplateRef, Integer priority, String priorityClassName, List<PodGroupResourceClaim> resourceClaims, PodGroupSchedulingConstraints schedulingConstraints, PodGroupSchedulingPolicy schedulingPolicy)PodGroupTemplate(String disruptionMode, String name, Integer priority, String priorityClassName, List<PodGroupResourceClaim> resourceClaims, PodGroupSchedulingConstraints schedulingConstraints, PodGroupSchedulingPolicy schedulingPolicy)
-