* upgrade cabpk to v0.3.7 Change-Id: Ib6343048eccc95e4b941cf83103cc763b866c687 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
56 lines
736 B
YAML
56 lines
736 B
YAML
|
|
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: manager-role
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- configmaps
|
|
- events
|
|
- secrets
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- bootstrap.cluster.x-k8s.io
|
|
resources:
|
|
- kubeadmconfigs
|
|
- kubeadmconfigs/status
|
|
verbs:
|
|
- create
|
|
- delete
|
|
- get
|
|
- list
|
|
- patch
|
|
- update
|
|
- watch
|
|
- apiGroups:
|
|
- cluster.x-k8s.io
|
|
resources:
|
|
- clusters
|
|
- clusters/status
|
|
- machines
|
|
- machines/status
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|
|
- apiGroups:
|
|
- exp.cluster.x-k8s.io
|
|
resources:
|
|
- machinepools
|
|
- machinepools/status
|
|
verbs:
|
|
- get
|
|
- list
|
|
- watch
|