Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const ValidatedPSPAnnotation + func AllowsHostVolumePath(psp *policy.PodSecurityPolicy, hostPath string) (pathIsAllowed, mustBeReadOnly bool) + func EqualStringSlices(a, b []string) bool + func FSTypeToStringSet(fsTypes []policy.FSType) sets.String + func GetAllFSTypesAsSet() sets.String + func GetAllFSTypesExcept(exceptions ...string) sets.String + func GetVolumeFSType(v api.Volume) (policy.FSType, error) + func GroupFallsInRange(id int64, rng policy.IDRange) bool + func PSPAllowsAllVolumes(psp *policy.PodSecurityPolicy) bool + func PSPAllowsFSType(psp *policy.PodSecurityPolicy, fsType policy.FSType) bool + func UserFallsInRange(id int64, rng policy.IDRange) bool