[#90] policy: Add constants for more targets
DCO action / DCO (pull_request) Successful in 1m15s Details
Tests / Tests (1.21) (pull_request) Successful in 1m48s Details
Tests / Tests (1.22) (pull_request) Successful in 1m48s Details

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
master
Alexey Vanin 2024-04-12 19:22:34 +03:00
parent a3d5e02f20
commit db36131800
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ type Kind byte
const (
Namespace = 'n'
Container = 'c'
User = 'u'
Group = 'g'
IAM = 'i'
)