Kazan v0.10.0 Kazan.Apis.Extensions.V1beta1.FSGroupStrategyOptions View Source

FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.

OpenAPI Definition: io.k8s.api.extensions.v1beta1.FSGroupStrategyOptions

Properties

  • ranges :: [ Kazan.Apis.Extensions.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.Extensions.V1beta1.FSGroupStrategyOptions{
  ranges: [Kazan.Apis.Extensions.V1beta1.IDRange.t()],
  rule: String.t()
}