Merge pull request #74283 from xing-yang/csi_crd_controller

CSINodeInfo and CSIDriver Controller Changes
This commit is contained in:
Kubernetes Prow Robot
2019-03-05 04:44:42 -08:00
committed by GitHub
118 changed files with 8166 additions and 1047 deletions

View File

@@ -534,6 +534,14 @@ items:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- get
- list
- watch
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
@@ -987,6 +995,24 @@ items:
- volumeattachments
verbs:
- get
- apiGroups:
- storage.k8s.io
resources:
- csidrivers
verbs:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csinodes
verbs:
- create
- delete
- get
- patch
- update
- apiGroups:
- coordination.k8s.io
resources:

View File

@@ -58,6 +58,14 @@ items:
- get
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- csidrivers
verbs:
- get
- list
- watch
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata: