kubernetes v1.31

PodSchedulingContextStatus.resourceClaims

ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses "WaitForFirstConsumer" allocation mode.

2 fields
PodSchedulingContextStatus.resourceClaims fields and descriptions
Field / TypeDescription
name
string required

Name matches the pod.spec.resourceClaims[*].Name field.

string[]

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.

  • x-kubernetes-list-type: "atomic"