Preferred Scheduling Term Patch Args
data class PreferredSchedulingTermPatchArgs(val preference: Output<NodeSelectorTermPatchArgs>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<PreferredSchedulingTermPatchArgs>
An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).