Kazan v0.10.0 Kazan.Apis.Policy.V1beta1.RunAsUserStrategyOptions View Source
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
OpenAPI Definition: io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions
Properties
ranges
:: [Kazan.Apis.Policy.V1beta1.IDRange
]- ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
rule
::String
- rule is the strategy that will dictate the allowable RunAsUser values that may be set.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Policy.V1beta1.RunAsUserStrategyOptions{ ranges: [Kazan.Apis.Policy.V1beta1.IDRange.t()], rule: String.t() }