Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunAsGroupStrategyOptionsV1Beta1

RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.

schema

io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions

Hierarchy

  • RunAsGroupStrategyOptionsV1Beta1

Index

Properties

Properties

Optional Readonly ranges

ranges: IdRangeV1Beta1[]

ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.

schema

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

Readonly rule

rule: string

rule is the strategy that will dictate the allowable RunAsGroup values that may be set.

schema

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

Generated using TypeDoc