storage capability

This commit is contained in:
zhangmin
2020-06-04 10:36:13 +08:00
parent 2f650dbac5
commit c6158a7cd3
84 changed files with 19178 additions and 110 deletions

View File

@@ -141,3 +141,31 @@ rules:
- update
- patch
- delete
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- get
- list
- watch
- apiGroups:
- "snapshot.storage.k8s.io"
resources:
- volumesnapshotclasses
verbs:
- get
- list
- watch
- apiGroups:
- "storage.kubesphere.io"
resources:
- storageclasscapabilities
verbs:
- create
- get
- list
- watch
- update
- patch
- delete