kubernetes/pkg/security/podsecuritypolicy/group
Stanislav Laznicka a577b50012
Add "MayRunAs" value among other GroupStrategies
Adds "MayRunAs" value among other group strategies. This strategy
allows to define a certain range of GIDs for FSGroupStrategy and
SupplementalGroupStrategy in a PSP.

This new strategy works similarly to the "MustRunAs" one, except that
when no GID is specified in a pod/container security context then no
GID is generated for the respective containers.

Resolves #56173
2018-09-27 12:47:21 +02:00
..
BUILD Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
doc.go Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
helpers.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
mayrunas.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
mayrunas_test.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
mustrunas.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
mustrunas_test.go Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
runasany.go Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
runasany_test.go Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
types.go Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00