Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RunAsUserStrategyOptionsV1Beta1

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

schema

io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions

Hierarchy

  • RunAsUserStrategyOptionsV1Beta1

Index

Properties

Properties

Optional Readonly ranges

ranges: IdRangeV1Beta1[]

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

schema

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

Readonly rule

rule: string

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

schema

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

Generated using TypeDoc