We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab99377 commit 916232cCopy full SHA for 916232c
keps/sig-api-machinery/4192-svm-in-tree/README.md
@@ -267,11 +267,10 @@ _We will use this approach for the Alpha release_.
267
rules:
268
- apiGroups: ["*"]
269
resources: ["*"]
270
- verbs:
271
- - get
272
- - list
273
- - watch
274
- - update
+ verbs: ["patch", "get", "list", "watch"]
+ - apiGroups: ["storagemigration.k8s.io"]
+ resources: ["storageversionmigrations/status"]
+ verbs: ["update"]
275
276
apiVersion: rbac.authorization.k8s.io/v1
277
kind: ClusterRoleBinding
0 commit comments