Remove rc from policy.json

k8s APIs rcs have been removed.
With this patch the code about rc are removed.


Change-Id: I87d26eedd8fee622405368965c38a608fd07c62a
This commit is contained in:
Feng Shengqin 2016-10-09 01:27:00 +08:00 committed by feng.shengqin@zte.com.cn
parent 1a40cbd454
commit cb27427cb2
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@
"clustertemplate:update": "rule:default",
"clustertemplate:publish": "rule:admin_or_owner",
"rc:create": "rule:default",
"rc:delete": "rule:default",
"rc:detail": "rule:default",
"rc:get": "rule:default",
"rc:get_all": "rule:default",
"rc:update": "rule:default",
"certificate:create": "rule:admin_or_user",
"certificate:get": "rule:admin_or_user",