Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type RunAsUserStrategy interface + Generate func(pod *api.Pod, container *api.Container) (*int64, error) + Validate func(scPath *field.Path, pod *api.Pod, container *api.Container, runAsNonRoot *bool, ...) field.ErrorList + func NewMustRunAs(options *policy.RunAsUserStrategyOptions) (RunAsUserStrategy, error) + func NewRunAsAny(options *policy.RunAsUserStrategyOptions) (RunAsUserStrategy, error) + func NewRunAsNonRoot(options *policy.RunAsUserStrategyOptions) (RunAsUserStrategy, error)