TopologySelectorLabelRequirement

data class TopologySelectorLabelRequirement(val key: String, val values: List<String>)

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

Constructors

Link copied to clipboard
constructor(key: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The label key that the selector applies to.

Link copied to clipboard

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