Files
c/kubernetes/docs/v1alpha3_resource_claim_scheduling_status.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

682 B

v1alpha3_resource_claim_scheduling_status_t

Properties

Name Type Description Notes
name char * Name matches the pod.spec.resourceClaims[*].Name field.
unsuitable_nodes list_t * 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]