class K8S::Api::Policy::V1beta1::SELinuxStrategyOptions
- K8S::Api::Policy::V1beta1::SELinuxStrategyOptions
 - Reference
 - Object
 
Overview
SELinuxStrategyOptions 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/se_linux_strategy_options.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, rule : String, se_linux_options : Api::Core::V1::SELinuxOptions? = nil)
 
Instance Method Summary
- #rule : String
 - #rule=(rule : String)
 - #se_linux_options : Api::Core::V1::SELinuxOptions?
 - #se_linux_options=(se_linux_options : Api::Core::V1::SELinuxOptions?)