Kazan v0.9.0 Kazan.Apis.Extensions.V1beta1.RunAsUserStrategyOptions View Source
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.RunAsUserStrategyOptions
Properties
ranges
:: [Kazan.Apis.Extensions.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.