ScopeSelector

case class ScopeSelector(matchExpressions: Optional[Vector[ScopedResourceSelectorRequirement]])

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

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

Value Params
matchExpressions

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product