TopologySelectorLabelRequirementPatchArgs

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

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

Constructors

constructor(key: Output<String>? = null, values: Output<List<String>>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

The label key that the selector applies to.

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

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(): TopologySelectorLabelRequirementPatchArgs