Uses of Class
io.kubernetes.client.openapi.models.V1alpha1PodGroup
Packages that use V1alpha1PodGroup
-
Uses of V1alpha1PodGroup in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1PodGroupModifier and TypeMethodDescriptionstatic V1alpha1PodGroupCreate an instance of V1alpha1PodGroup given an JSON stringV1alpha1PodGroup.policy(V1alpha1PodGroupPolicy policy) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1PodGroupModifier and TypeMethodDescriptionV1alpha1WorkloadSpec.getPodGroups()PodGroups is the list of pod groups that make up the Workload.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1PodGroupModifier and TypeMethodDescriptionV1alpha1WorkloadSpec.addPodGroupsItem(V1alpha1PodGroup podGroupsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1PodGroupModifier and TypeMethodDescriptionV1alpha1WorkloadSpec.podGroups(List<V1alpha1PodGroup> podGroups) voidV1alpha1WorkloadSpec.setPodGroups(List<V1alpha1PodGroup> podGroups)