Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FsGroupStrategyOptionsV1Beta1

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

schema

io.k8s.api.policy.v1beta1.FSGroupStrategyOptions

Hierarchy

  • FsGroupStrategyOptionsV1Beta1

Index

Properties

Properties

Optional Readonly ranges

ranges: IdRangeV1Beta1[]

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.

schema

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

Optional Readonly rule

rule: string

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

schema

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

Generated using TypeDoc