Pod Scheduling Context Spec Patch Args
data class PodSchedulingContextSpecPatchArgs(val potentialNodes: Output<List<String>>? = null, val selectedNode: Output<String>? = null) : ConvertibleToJava<PodSchedulingContextSpecPatchArgs>
PodSchedulingContextSpec describes where resources for the Pod are needed.
Constructors
Link copied to clipboard
fun PodSchedulingContextSpecPatchArgs(potentialNodes: Output<List<String>>? = null, selectedNode: Output<String>? = null)