Pod Scheduling
data class PodScheduling(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: PodSchedulingSpec, val status: PodSchedulingStatus? = null)
PodScheduling 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 PodScheduling(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: PodSchedulingSpec, status: PodSchedulingStatus? = null)