class K8S::Api::Core::V1::ScopedResourceSelectorRequirement
- K8S::Api::Core::V1::ScopedResourceSelectorRequirement
 - Reference
 - Object
 
Overview
A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/scoped_resource_selector_requirement.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, operator : String, scope_name : String, values : Array? = nil)
 
Instance Method Summary
- #operator : String
 - #operator=(operator : String)
 - #scope_name : String
 - #scope_name=(scope_name : String)
 - #values : Array(String)?
 - #values=(values : Array(String)?)