Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroupResourceClaim
Packages that use V1alpha2PodGroupResourceClaim
-
Uses of V1alpha2PodGroupResourceClaim in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupResourceClaimModifier and TypeMethodDescriptionCreate an instance of V1alpha2PodGroupResourceClaim given an JSON stringV1alpha2PodGroupResourceClaim.resourceClaimName(String resourceClaimName) V1alpha2PodGroupResourceClaim.resourceClaimTemplateName(String resourceClaimTemplateName) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha2PodGroupResourceClaimModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.getResourceClaims()ResourceClaims defines which ResourceClaims may be shared among Pods in the group.V1alpha2PodGroupTemplate.getResourceClaims()ResourceClaims defines which ResourceClaims may be shared among Pods in the group.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupResourceClaimModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.addResourceClaimsItem(V1alpha2PodGroupResourceClaim resourceClaimsItem) V1alpha2PodGroupTemplate.addResourceClaimsItem(V1alpha2PodGroupResourceClaim resourceClaimsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha2PodGroupResourceClaimModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.resourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims) V1alpha2PodGroupTemplate.resourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims) voidV1alpha2PodGroupSpec.setResourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims) voidV1alpha2PodGroupTemplate.setResourceClaims(List<V1alpha2PodGroupResourceClaim> resourceClaims)