@@ -64,19 +64,31 @@ import (
6464 }, {
6565 apiGroups : [" snapshot.storage.k8s.io " ]
6666 resources : [" volumesnapshots " ]
67- verbs : [" get " , " list " ]
67+ verbs : [" get " , " list " , " watch " , " update " , " patch " , " create " ]
6868 }, {
6969 apiGroups : [" snapshot.storage.k8s.io " ]
7070 resources : [" volumesnapshotclasses " ]
7171 verbs : [" get " , " list " , " watch " ]
7272 }, {
7373 apiGroups : [" snapshot.storage.k8s.io " ]
7474 resources : [" volumesnapshotcontents " ]
75- verbs : [" get " , " list " , " watch " , " patch " , " update " ]
75+ verbs : [" get " , " list " , " watch " , " patch " , " update " , " create " ]
7676 }, {
7777 apiGroups : [" snapshot.storage.k8s.io " ]
7878 resources : [" volumesnapshotcontents/status " ]
7979 verbs : [" update " , " patch " ]
80+ }, {
81+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
82+ resources : [" volumegroupsnapshotclasses " ]
83+ verbs : [" get " , " list " , " watch " ]
84+ }, {
85+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
86+ resources : [" volumegroupsnapshotcontents " ]
87+ verbs : [" get " , " list " , " watch " , " update " , " patch " ]
88+ }, {
89+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
90+ resources : [" volumegroupsnapshotcontents/status " ]
91+ verbs : [" update " , " patch " ]
8092 }]
8193}, {
8294 metadata : {
@@ -161,19 +173,31 @@ import (
161173 }, {
162174 apiGroups : [" snapshot.storage.k8s.io " ]
163175 resources : [" volumesnapshots " ]
164- verbs : [" get " , " list " , " watch " ]
176+ verbs : [" get " , " list " , " watch " , " update " , " patch " , " create " ]
165177 }, {
166178 apiGroups : [" snapshot.storage.k8s.io " ]
167179 resources : [" volumesnapshotclasses " ]
168180 verbs : [" get " , " list " , " watch " ]
169181 }, {
170182 apiGroups : [" snapshot.storage.k8s.io " ]
171183 resources : [" volumesnapshotcontents " ]
172- verbs : [" get " , " list " , " watch " , " patch " , " update " ]
184+ verbs : [" get " , " list " , " watch " , " patch " , " update " , " create " ]
173185 }, {
174186 apiGroups : [" snapshot.storage.k8s.io " ]
175187 resources : [" volumesnapshotcontents/status " ]
176188 verbs : [" update " , " patch " ]
189+ }, {
190+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
191+ resources : [" volumegroupsnapshotclasses " ]
192+ verbs : [" get " , " list " , " watch " ]
193+ }, {
194+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
195+ resources : [" volumegroupsnapshotcontents " ]
196+ verbs : [" get " , " list " , " watch " , " update " , " patch " ]
197+ }, {
198+ apiGroups : [" groupsnapshot.storage.k8s.io " ]
199+ resources : [" volumegroupsnapshotcontents/status " ]
200+ verbs : [" update " , " patch " ]
177201 }, {
178202 apiGroups : [v1 .#GroupName ]
179203 resources : [" configmaps " ]
0 commit comments