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