TopologySelectorLabelRequirement

io.k8s.api.core.v1.TopologySelectorLabelRequirement
See theTopologySelectorLabelRequirement companion object
final case class TopologySelectorLabelRequirement(key: String, values: Seq[String])

A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

Attributes

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

Members list

Value members

Concrete methods

def addValues(newValues: String*): TopologySelectorLabelRequirement

Appends new values to values

Appends new values to values

Attributes

Source
TopologySelectorLabelRequirement.scala
def mapKey(f: String => String): TopologySelectorLabelRequirement

transforms key to result of function

transforms key to result of function

Attributes

Source
TopologySelectorLabelRequirement.scala
def mapValues(f: (Seq[String]) => Seq[String]): TopologySelectorLabelRequirement

transforms values to result of function

transforms values to result of function

Attributes

Source
TopologySelectorLabelRequirement.scala

Returns a new data with key set to new value

Returns a new data with key set to new value

Attributes

Source
TopologySelectorLabelRequirement.scala
def withValues(value: Seq[String]): TopologySelectorLabelRequirement

Returns a new data with values set to new value

Returns a new data with values set to new value

Attributes

Source
TopologySelectorLabelRequirement.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product