class K8S::Api::Extensions::V1beta1::SELinuxStrategyOptions
- K8S::Api::Extensions::V1beta1::SELinuxStrategyOptions
- Reference
- Object
Overview
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/extensions/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?)