mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
As we are refactoring controllers with kubebuilder, use the controller-gen rather than code-generator to generate the deep copy methods for objects Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
115 lines
1.4 KiB
YAML
115 lines
1.4 KiB
YAML
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: velero-perms
|
|
rules:
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- backups
|
|
verbs:
|
|
- create
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- backupstoragelocations
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- backupstoragelocations/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- downloadrequests
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- downloadrequests/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- podvolumebackups
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- podvolumebackups/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- schedules
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- schedules/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- serverstatusrequests
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- velero.io
|
|
resources:
|
|
- serverstatusrequests/status
|
|
verbs:
|
|
- get
|
|
- patch
|
|
- update
|