ScopeSelectorPatch

data class ScopeSelectorPatch(val matchExpressions: List<ScopedResourceSelectorRequirementPatch>? = null)

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

Constructors

Link copied to clipboard
constructor(matchExpressions: List<ScopedResourceSelectorRequirementPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of scope selector requirements by scope of the resources.