[#xxxx] policy: Add constants for more targets
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
6eb492025b
commit
5b0ea5e0a8
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ type Kind byte
|
||||||
const (
|
const (
|
||||||
Namespace = 'n'
|
Namespace = 'n'
|
||||||
Container = 'c'
|
Container = 'c'
|
||||||
|
User = 'u'
|
||||||
|
Group = 'g'
|
||||||
IAM = 'i'
|
IAM = 'i'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue