Kazan v0.11.0 Kazan.Apis.Policy.V1beta1.FSGroupStrategyOptions View Source
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
OpenAPI Definition: io.k8s.api.policy.v1beta1.FSGroupStrategyOptions
Properties
ranges
:: [Kazan.Apis.Policy.V1beta1.IDRange
]- ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
rule
::String
- rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Policy.V1beta1.FSGroupStrategyOptions{ ranges: [Kazan.Apis.Policy.V1beta1.IDRange.t()], rule: String.t() }