ResourceClaimSchedulingStatus

data class ResourceClaimSchedulingStatus(val name: String, val unsuitableNodes: List<String>? = null)

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

Constructors

Link copied to clipboard
constructor(name: String, unsuitableNodes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.