Pod Scheduling Args
data class PodSchedulingArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<PodSchedulingSpecArgs>, val status: Output<PodSchedulingStatusArgs>? = null) : ConvertibleToJava<PodSchedulingArgs>
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 PodSchedulingArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<PodSchedulingSpecArgs>, status: Output<PodSchedulingStatusArgs>? = null)