Uses of Class
io.kubernetes.client.openapi.models.V1ResourceClaim
Packages that use V1ResourceClaim
-
Uses of V1ResourceClaim in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceClaimModifier and TypeMethodDescriptionstatic V1ResourceClaim
Create an instance of V1ResourceClaim given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1ResourceClaimModifier and TypeMethodDescriptionV1ResourceRequirements.getClaims()
Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.Methods in io.kubernetes.client.openapi.models with parameters of type V1ResourceClaimModifier and TypeMethodDescriptionV1ResourceRequirements.addClaimsItem
(V1ResourceClaim claimsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ResourceClaimModifier and TypeMethodDescriptionV1ResourceRequirements.claims
(List<V1ResourceClaim> claims) void
V1ResourceRequirements.setClaims
(List<V1ResourceClaim> claims)