Scheduling Node Affinity Args
data class SchedulingNodeAffinityArgs(val key: Output<String>? = null, val operator: Output<SchedulingNodeAffinityOperator>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<SchedulingNodeAffinityArgs>
Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.
Constructors
Link copied to clipboard
fun SchedulingNodeAffinityArgs(key: Output<String>? = null, operator: Output<SchedulingNodeAffinityOperator>? = null, values: Output<List<String>>? = null)