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
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.16/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(String)? = nil)
Instance Method Summary
- #operator : String
- #operator=(operator : String)
- #scope_name : String
- #scope_name=(scope_name : String)
- #values : Array(String)?
- #values=(values : Array(String)?)
Constructor Detail
def self.new(*, operator : String, scope_name : String, values : Array(String)? = nil)
#