ScopeSelector

io.k8s.api.core.v1.ScopeSelector
See theScopeSelector companion object
final case class ScopeSelector(matchExpressions: Option[Seq[ScopedResourceSelectorRequirement]])

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

Attributes

Companion
object
Source
ScopeSelector.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to matchExpressions

Appends new values to matchExpressions

Attributes

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

Attributes

Source
ScopeSelector.scala

Returns a new data with matchExpressions set to new value

Returns a new data with matchExpressions set to new value

Attributes

Source
ScopeSelector.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product