class Pyrite::Api::Core::V1::ScopeSelector
- Pyrite::Api::Core::V1::ScopeSelector
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
Defined in:
versions/v1.14/api/core/v1/scope_selector.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
-
.new(pull : JSON::PullParser)
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
- .new(*, match_expressions : Array? = nil)
Instance Method Summary
- #match_expressions : Array(Api::Core::V1::ScopedResourceSelectorRequirement)?
- #match_expressions=(match_expressions : Array(Api::Core::V1::ScopedResourceSelectorRequirement)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
def self.new(pull : JSON::PullParser)
#
A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
Instance Method Detail
def match_expressions=(match_expressions : Array(Api::Core::V1::ScopedResourceSelectorRequirement)?)
#