PodSchedulingContextStatus

data class PodSchedulingContextStatus(val resourceClaims: List<ResourceClaimSchedulingStatus>? = null)

PodSchedulingContextStatus describes where resources for the Pod can be allocated.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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