Pod Scheduling Context
data class PodSchedulingContext(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: PodSchedulingContextSpec, val status: PodSchedulingContextStatus? = null)
PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
Constructors
Link copied to clipboard
fun PodSchedulingContext(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: PodSchedulingContextSpec, status: PodSchedulingContextStatus? = null)