Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroupSchedulingPolicy
Packages that use V1alpha2PodGroupSchedulingPolicy
-
Uses of V1alpha2PodGroupSchedulingPolicy in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupSchedulingPolicyModifier and TypeMethodDescriptionCreate an instance of V1alpha2PodGroupSchedulingPolicy given an JSON stringV1alpha2PodGroupSchedulingPolicy.gang(V1alpha2GangSchedulingPolicy gang) V1alpha2PodGroupSpec.getSchedulingPolicy()Get schedulingPolicyV1alpha2PodGroupTemplate.getSchedulingPolicy()Get schedulingPolicyMethods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupSchedulingPolicyModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.schedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy) V1alpha2PodGroupTemplate.schedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy) voidV1alpha2PodGroupSpec.setSchedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy) voidV1alpha2PodGroupTemplate.setSchedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy)