/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/openshift/api/security/v1/consts.go
21 строка
1 KB
RishabhSaini
pis testing
09 апр 2025, 15:58
09 апр 2025, 15:58
ed04599
Код
Авторство
О чём код?
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" // This annotation pins required SCCs for core OpenShift workloads to prevent preemption of custom SCCs. // It is being used in the SCC admission plugin. RequiredSCCAnnotation = "openshift.io/required-scc" // MinimallySufficientPodSecurityStandard indicates the PodSecurityStandard that matched the SCCs available to the users of the namespace. MinimallySufficientPodSecurityStandard = "security.openshift.io/MinimallySufficientPodSecurityStandard" // ValidatedSCCSubjectTypeAnnotation indicates the subject type that allowed the // SCC admission. This can be used by controllers to detect potential issues // between user-driven SCC usage and the ServiceAccount-driven SCC usage. ValidatedSCCSubjectTypeAnnotation = "security.openshift.io/validated-scc-subject-type" )