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