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

Members list

Concise view

Value members

Concrete methods

Appends new values to values

Appends new values to values

Attributes

Source:
TopologySelectorLabelRequirement.scala

transforms key to result of function

transforms key to result of function

Attributes

Source:
TopologySelectorLabelRequirement.scala

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product