Scheduling Node Affinity Response
data class SchedulingNodeAffinityResponse(val key: String, val operator: String, val values: List<String>)
Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.