class Pyrite::Api::Core::V1::TopologySelectorTerm
Overview
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.
Defined in:
versions/v1.14/api/core/v1/topology_selector_term.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
A topology selector term represents the result of label queries.
-
.new(pull : JSON::PullParser)
A topology selector term represents the result of label queries.
- .new(*, match_label_expressions : Array? = nil)
Instance Method Summary
- #match_label_expressions : Array(Api::Core::V1::TopologySelectorLabelRequirement)?
- #match_label_expressions=(match_label_expressions : Array(Api::Core::V1::TopologySelectorLabelRequirement)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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.
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.