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