Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func ValidateGroupsInRanges(fldPath *field.Path, ranges []policy.IDRange, groups []int64) field.ErrorList + type GroupStrategy interface + Generate func(pod *api.Pod) ([]int64, error) + GenerateSingle func(pod *api.Pod) (*int64, error) + Validate func(fldPath *field.Path, pod *api.Pod, groups []int64) field.ErrorList + func NewMayRunAs(ranges []policy.IDRange) (GroupStrategy, error) + func NewMustRunAs(ranges []policy.IDRange) (GroupStrategy, error) + func NewRunAsAny() (GroupStrategy, error)