Scoped Resource Selector Requirement
data class ScopedResourceSelectorRequirement(val operator: String, val scopeName: String, 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.