[#xxxx] policy: Add constants for more targets
Some checks failed
DCO action / DCO (pull_request) Failing after 59s
Tests / Tests (1.21) (pull_request) Successful in 1m43s
Tests / Tests (1.22) (pull_request) Successful in 1m45s

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2024-04-12 19:22:34 +03:00
parent 6eb492025b
commit 5b0ea5e0a8

View file

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