Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 805 Bytes

V1alpha3ResourceClaimSchedulingStatus.md

File metadata and controls

12 lines (8 loc) · 805 Bytes

V1alpha3ResourceClaimSchedulingStatus

ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode.

Properties

Name Type Description Notes
name str Name matches the pod.spec.resourceClaims[*].Name field.
unsuitable_nodes list[str] UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced. [optional]

[Back to Model list] [Back to API list] [Back to README]