Scoped Resource Selector Requirement Patch
data class ScopedResourceSelectorRequirementPatch(val operator: String? = null, val scopeName: String? = null, val values: List<String>? = null)
A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.