Pod Scheduling Context Spec
data class PodSchedulingContextSpec(val potentialNodes: List<String>? = null, val selectedNode: String? = null)
PodSchedulingContextSpec describes where resources for the Pod are needed.
PodSchedulingContextSpec describes where resources for the Pod are needed.