Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopologySelectorLabelRequirement

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

schema

io.k8s.api.core.v1.TopologySelectorLabelRequirement

Hierarchy

  • TopologySelectorLabelRequirement

Index

Properties

Properties

Readonly key

key: string

The label key that the selector applies to.

schema

io.k8s.api.core.v1.TopologySelectorLabelRequirement#key

Readonly values

values: string[]

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

schema

io.k8s.api.core.v1.TopologySelectorLabelRequirement#values

Generated using TypeDoc