TopologySelectorLabelRequirementPatch

data class TopologySelectorLabelRequirementPatch(val key: String? = null, val values: List<String>? = null)

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? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The label key that the selector applies to.

Link copied to clipboard
val values: List<String>? = null

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