class Pyrite::Api::Policy::V1beta1::SELinuxStrategyOptions
Overview
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
Defined in:
versions/v1.14/api/policy/v1beta1/se_linux_strategy_options.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
-
.new(pull : JSON::PullParser)
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
- .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?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
def self.new(pull : JSON::PullParser)
#
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.