class K8S::Api::Policy::V1beta1::RunAsGroupStrategyOptions
- K8S::Api::Policy::V1beta1::RunAsGroupStrategyOptions
 - Reference
 - Object
 
Overview
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/policy/v1beta1/run_as_group_strategy_options.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, rule : String, ranges : Array(Api::Policy::V1beta1::IDRange)? = nil)
 
Instance Method Summary
- #ranges : Array(Api::Policy::V1beta1::IDRange)?
 - #ranges=(ranges : Array(Api::Policy::V1beta1::IDRange)?)
 - #rule : String
 - #rule=(rule : String)