Topology Selector Label Requirement Patch
data class TopologySelectorLabelRequirementPatch(val key: String? = null, val values: List<String>? = null)
A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.