Kazan v0.11.0 Kazan.Apis.Core.V1.TopologySelectorTerm View Source
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.
OpenAPI Definition: io.k8s.api.core.v1.TopologySelectorTerm
Properties
match_label_expressions
:: [Kazan.Apis.Core.V1.TopologySelectorLabelRequirement
]- A list of topology selector requirements by labels.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.TopologySelectorTerm{ match_label_expressions: [ Kazan.Apis.Core.V1.TopologySelectorLabelRequirement.t() ] }