Kazan v0.10.0 Kazan.Apis.Core.V1.TopologySelectorLabelRequirement View Source

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

OpenAPI Definition: io.k8s.api.core.v1.TopologySelectorLabelRequirement

Properties

  • key :: String

    • The label key that the selector applies to.
  • values :: [ String ]

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.TopologySelectorLabelRequirement{
  key: String.t(),
  values: [String.t()]
}