Skip to content

Commit 40b45e1

Browse files
committed
chore(rbac): caching cluster unstructured data
1 parent 696c24a commit 40b45e1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

config/control-plane-components.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,10 @@ rules:
39283928
- kubevirtclusters
39293929
- packetclusters
39303930
verbs:
3931+
- get
3932+
- list
39313933
- patch
3934+
- watch
39323935
- apiGroups:
39333936
- infrastructure.cluster.x-k8s.io
39343937
resources:
@@ -3947,7 +3950,10 @@ rules:
39473950
resources:
39483951
- openstackclusters
39493952
verbs:
3953+
- get
3954+
- list
39503955
- patch
3956+
- watch
39513957
- apiGroups:
39523958
- infrastructure.cluster.x-k8s.io
39533959
resources:

config/rbac/role.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ rules:
5656
- kubevirtclusters
5757
- packetclusters
5858
verbs:
59+
- get
60+
- list
5961
- patch
62+
- watch
6063
- apiGroups:
6164
- infrastructure.cluster.x-k8s.io
6265
resources:
@@ -75,7 +78,10 @@ rules:
7578
resources:
7679
- openstackclusters
7780
verbs:
81+
- get
82+
- list
7883
- patch
84+
- watch
7985
- apiGroups:
8086
- infrastructure.cluster.x-k8s.io
8187
resources:

0 commit comments

Comments
 (0)