Kazan v0.11.0 Kazan.Apis.Extensions.V1beta1.SELinuxStrategyOptions View Source
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.SELinuxStrategyOptions
Properties
rule
::String
- rule is the strategy that will dictate the allowable labels that may be set.
se_linux_options
::Kazan.Apis.Core.V1.SELinuxOptions
- seLinuxOptions required to run as; required for MustRunAs More info.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Extensions.V1beta1.SELinuxStrategyOptions{ rule: String.t(), se_linux_options: Kazan.Apis.Core.V1.SELinuxOptions.t() }