TopologySelectorTermPatchArgs

data class TopologySelectorTermPatchArgs(val matchLabelExpressions: Output<List<TopologySelectorLabelRequirementPatchArgs>>? = null) : ConvertibleToJava<TopologySelectorTermPatchArgs>

A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

Constructors

Link copied to clipboard
constructor(matchLabelExpressions: Output<List<TopologySelectorLabelRequirementPatchArgs>>? = null)

Properties

Link copied to clipboard

A list of topology selector requirements by labels.

Functions

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