Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroupTemplate
Packages that use V1alpha2PodGroupTemplate
-
Uses of V1alpha2PodGroupTemplate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupTemplateModifier and TypeMethodDescriptionV1alpha2PodGroupTemplate.addResourceClaimsItem(V1alpha2PodGroupResourceClaim resourceClaimsItem) V1alpha2PodGroupTemplate.disruptionMode(String disruptionMode) static V1alpha2PodGroupTemplateCreate an instance of V1alpha2PodGroupTemplate given an JSON stringV1alpha2PodGroupTemplate.priorityClassName(String priorityClassName) V1alpha2PodGroupTemplate.resourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims) V1alpha2PodGroupTemplate.schedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints) V1alpha2PodGroupTemplate.schedulingPolicy(V1alpha2PodGroupSchedulingPolicy schedulingPolicy) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2PodGroupTemplateModifier and TypeMethodDescriptionV1alpha2WorkloadSpec.getPodGroupTemplates()PodGroupTemplates is the list of templates that make up the Workload.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupTemplateModifier and TypeMethodDescriptionV1alpha2WorkloadSpec.addPodGroupTemplatesItem(V1alpha2PodGroupTemplate podGroupTemplatesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2PodGroupTemplateModifier and TypeMethodDescriptionV1alpha2WorkloadSpec.podGroupTemplates(List<V1alpha2PodGroupTemplate> podGroupTemplates) voidV1alpha2WorkloadSpec.setPodGroupTemplates(List<V1alpha2PodGroupTemplate> podGroupTemplates)