ScopeSelector

final case class ScopeSelector(matchExpressions: Option[Seq[ScopedResourceSelectorRequirement]])

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

Companion:
object
Source:
ScopeSelector.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to matchExpressions

Appends new values to matchExpressions

Source:
ScopeSelector.scala

if matchExpressions has a value, transforms to the result of function

if matchExpressions has a value, transforms to the result of function

Source:
ScopeSelector.scala

Returns a new data with matchExpressions set to new value

Returns a new data with matchExpressions set to new value

Source:
ScopeSelector.scala

Inherited methods

Inherited from:
Product