Manifests.io

Easy to use kubernetes documentation

PodSchedulingContext.status.resourceClaims

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

Description
name
string *

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

unsuitableNodes
array

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.

See an issue here?