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