Uses of Class
io.kubernetes.client.openapi.models.V1alpha3ResourceClaimSchedulingStatus
Packages that use V1alpha3ResourceClaimSchedulingStatus
-
Uses of V1alpha3ResourceClaimSchedulingStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3ResourceClaimSchedulingStatusModifier and TypeMethodDescriptionV1alpha3ResourceClaimSchedulingStatus.addUnsuitableNodesItem
(String unsuitableNodesItem) Create an instance of V1alpha3ResourceClaimSchedulingStatus given an JSON stringV1alpha3ResourceClaimSchedulingStatus.unsuitableNodes
(List<String> unsuitableNodes) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3ResourceClaimSchedulingStatusModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextStatus.getResourceClaims()
ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses \"WaitForFirstConsumer\" allocation mode.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3ResourceClaimSchedulingStatusModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextStatus.addResourceClaimsItem
(V1alpha3ResourceClaimSchedulingStatus resourceClaimsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3ResourceClaimSchedulingStatusModifier and TypeMethodDescriptionV1alpha3PodSchedulingContextStatus.resourceClaims
(List<V1alpha3ResourceClaimSchedulingStatus> resourceClaims) void
V1alpha3PodSchedulingContextStatus.setResourceClaims
(List<V1alpha3ResourceClaimSchedulingStatus> resourceClaims)