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