mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
5ea99fdd5b
This initial version of yamlgen generates deploy/scc.yaml based on the deployment artifact that is provided by the new api/deploy/ocp package. Signed-off-by: Niels de Vos <ndevos@redhat.com>
11 lines
464 B
Go
11 lines
464 B
Go
package v1
|
|
|
|
const (
|
|
UIDRangeAnnotation = "openshift.io/sa.scc.uid-range"
|
|
// SupplementalGroupsAnnotation contains a comma delimited list of allocated supplemental groups
|
|
// for the namespace. Groups are in the form of a Block which supports {start}/{length} or {start}-{end}
|
|
SupplementalGroupsAnnotation = "openshift.io/sa.scc.supplemental-groups"
|
|
MCSAnnotation = "openshift.io/sa.scc.mcs"
|
|
ValidatedSCCAnnotation = "openshift.io/scc"
|
|
)
|