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

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

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

Properties

  • ranges :: [ Kazan.Apis.Extensions.V1beta1.IDRange ]

    • ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental 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 supplemental groups 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.SupplementalGroupsStrategyOptions{
  ranges: [Kazan.Apis.Extensions.V1beta1.IDRange.t()],
  rule: String.t()
}