mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
build: add yamlgen to build deployment files
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>
This commit is contained in:
committed by
mergify[bot]
parent
36e099d939
commit
5ea99fdd5b
10
vendor/github.com/openshift/api/security/v1/consts.go
generated
vendored
Normal file
10
vendor/github.com/openshift/api/security/v1/consts.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
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"
|
||||
)
|
Reference in New Issue
Block a user