ResourceClaimSchedulingStatusArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val unsuitableNodes: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ResourceClaimSchedulingStatusArgs