TopologySelectorLabelRequirement

com.coralogix.zio.k8s.model.core.v1.TopologySelectorLabelRequirement
See theTopologySelectorLabelRequirement companion object

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

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product