forked from TrueCloudLab/policy-engine
[#20] schema: Drop root
from namespace definition
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
17453d3cda
commit
5db67021e1
1 changed files with 5 additions and 5 deletions
|
@ -13,17 +13,17 @@ const (
|
||||||
ResourceFormatNamespaceContainerObjects = "native:object/%s/%s/*"
|
ResourceFormatNamespaceContainerObjects = "native:object/%s/%s/*"
|
||||||
ResourceFormatNamespaceContainerObject = "native:object/%s/%s/%s"
|
ResourceFormatNamespaceContainerObject = "native:object/%s/%s/%s"
|
||||||
|
|
||||||
ResourceFormatRootObjects = "native:object/root/*"
|
ResourceFormatRootObjects = "native:object//*"
|
||||||
ResourceFormatRootContainerObjects = "native:object/root/%s/*"
|
ResourceFormatRootContainerObjects = "native:object//%s/*"
|
||||||
ResourceFormatRootContainerObject = "native:object/root/%s/%s"
|
ResourceFormatRootContainerObject = "native:object//%s/%s"
|
||||||
|
|
||||||
ResourceFormatAllObjects = "native:object/*"
|
ResourceFormatAllObjects = "native:object/*"
|
||||||
|
|
||||||
ResourceFormatNamespaceContainer = "native:container/%s/%s"
|
ResourceFormatNamespaceContainer = "native:container/%s/%s"
|
||||||
ResourceFormatNamespaceContainers = "native:container/%s/*"
|
ResourceFormatNamespaceContainers = "native:container/%s/*"
|
||||||
|
|
||||||
ResourceFormatRootContainer = "native:container/root/%s"
|
ResourceFormatRootContainer = "native:container//%s"
|
||||||
ResourceFormatRootContainers = "native:container/root/*"
|
ResourceFormatRootContainers = "native:container//*"
|
||||||
|
|
||||||
ResourceFormatAllContainers = "native:container/*"
|
ResourceFormatAllContainers = "native:container/*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue