Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SupplementalGroupsStrategyOptionsV1Beta1

SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.

schema

io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions

Hierarchy

  • SupplementalGroupsStrategyOptionsV1Beta1

Index

Properties

Properties

Optional Readonly ranges

ranges: IdRangeV1Beta1[]

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.

schema

io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions#ranges

Optional Readonly rule

rule: string

rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.

schema

io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions#rule

Generated using TypeDoc