Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroupSpec
Packages that use V1alpha2PodGroupSpec
-
Uses of V1alpha2PodGroupSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupSpecModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.addResourceClaimsItem(V1alpha2PodGroupResourceClaim resourceClaimsItem) V1alpha2PodGroupSpec.disruptionMode(String disruptionMode) static V1alpha2PodGroupSpecCreate an instance of V1alpha2PodGroupSpec given an JSON stringV1alpha2PodGroup.getSpec()Get specV1alpha2PodGroupSpec.podGroupTemplateRef(V1alpha2PodGroupTemplateReference podGroupTemplateRef) V1alpha2PodGroupSpec.priorityClassName(String priorityClassName) V1alpha2PodGroupSpec.resourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims) V1alpha2PodGroupSpec.schedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints) V1alpha2PodGroupSpec.schedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy) Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupSpecModifier and TypeMethodDescriptionvoidV1alpha2PodGroup.setSpec(V1alpha2PodGroupSpec spec) V1alpha2PodGroup.spec(V1alpha2PodGroupSpec spec)