ScopeSelectorPatchArgs

data class ScopeSelectorPatchArgs(val matchExpressions: Output<List<ScopedResourceSelectorRequirementPatchArgs>>? = null) : ConvertibleToJava<ScopeSelectorPatchArgs>

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

Constructors

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

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ScopeSelectorPatchArgs