Uses of Class
io.kubernetes.client.openapi.models.V1NodeAllocatableResourceClaimStatus
Packages that use V1NodeAllocatableResourceClaimStatus
-
Uses of V1NodeAllocatableResourceClaimStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeAllocatableResourceClaimStatusModifier and TypeMethodDescriptionV1NodeAllocatableResourceClaimStatus.addContainersItem(String containersItem) V1NodeAllocatableResourceClaimStatus.containers(List<String> containers) Create an instance of V1NodeAllocatableResourceClaimStatus given an JSON stringV1NodeAllocatableResourceClaimStatus.putResourcesItem(String key, Quantity resourcesItem) V1NodeAllocatableResourceClaimStatus.resourceClaimName(String resourceClaimName) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NodeAllocatableResourceClaimStatusModifier and TypeMethodDescriptionV1PodStatus.getNodeAllocatableResourceClaimStatuses()NodeAllocatableResourceClaimStatuses contains the status of node-allocatable resources that were allocated for this pod through DRA claims.Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeAllocatableResourceClaimStatusModifier and TypeMethodDescriptionV1PodStatus.addNodeAllocatableResourceClaimStatusesItem(V1NodeAllocatableResourceClaimStatus nodeAllocatableResourceClaimStatusesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NodeAllocatableResourceClaimStatusModifier and TypeMethodDescriptionV1PodStatus.nodeAllocatableResourceClaimStatuses(List<V1NodeAllocatableResourceClaimStatus> nodeAllocatableResourceClaimStatuses) voidV1PodStatus.setNodeAllocatableResourceClaimStatuses(List<V1NodeAllocatableResourceClaimStatus> nodeAllocatableResourceClaimStatuses)