ScopedResourceSelectorRequirement

io.k8s.api.core.v1.ScopedResourceSelectorRequirement
See theScopedResourceSelectorRequirement companion object
final case class ScopedResourceSelectorRequirement(operator: String, scopeName: String, values: Option[Seq[String]])

A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.

Attributes

Companion
object
Source
ScopedResourceSelectorRequirement.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 values

Appends new values to values

Attributes

Source
ScopedResourceSelectorRequirement.scala

transforms operator to result of function

transforms operator to result of function

Attributes

Source
ScopedResourceSelectorRequirement.scala

transforms scopeName to result of function

transforms scopeName to result of function

Attributes

Source
ScopedResourceSelectorRequirement.scala

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

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

Attributes

Source
ScopedResourceSelectorRequirement.scala

Returns a new data with operator set to new value

Returns a new data with operator set to new value

Attributes

Source
ScopedResourceSelectorRequirement.scala

Returns a new data with scopeName set to new value

Returns a new data with scopeName set to new value

Attributes

Source
ScopedResourceSelectorRequirement.scala

Returns a new data with values set to new value

Returns a new data with values set to new value

Attributes

Source
ScopedResourceSelectorRequirement.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product