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