TopologySelectorLabelRequirementArgs

data class TopologySelectorLabelRequirementArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<TopologySelectorLabelRequirementArgs>

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: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

The label key that the selector applies to.

Link copied to clipboard
val values: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): TopologySelectorLabelRequirementArgs