TopologySelectorLabelRequirement

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

Value parameters:
key

The label key that the selector applies to.

values

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

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

Value members

Concrete methods

The label key that the selector applies to.

The label key that the selector applies to.

This effect always succeeds, it is safe to use the field key directly.

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

This effect always succeeds, it is safe to use the field values directly.

Inherited methods

Inherited from:
Product