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