Skip to content

Commit 603b79b

Browse files
☀ projected k8s-manifests-github from 1fad7a1
Source-holobranch: k8s-manifests-github Source-commit: 1fad7a1 Source: 1fad7a1
2 parents 51abac4 + 1fad7a1 commit 603b79b

38 files changed

Lines changed: 77216 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
annotations:
5+
helm.sh/hook: pre-install, pre-upgrade
6+
helm.sh/hook-weight: '-1'
7+
labels:
8+
app.kubernetes.io/instance: envoy-gateway
9+
app.kubernetes.io/managed-by: Helm
10+
app.kubernetes.io/name: gateway-helm
11+
app.kubernetes.io/version: v1.7.3
12+
helm.sh/chart: gateway-helm-v1.7.3
13+
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
14+
rules:
15+
- apiGroups:
16+
- admissionregistration.k8s.io
17+
resources:
18+
- mutatingwebhookconfigurations
19+
verbs:
20+
- get
21+
- list
22+
- watch
23+
- apiGroups:
24+
- admissionregistration.k8s.io
25+
resourceNames:
26+
- envoy-gateway-topology-injector.envoy-gateway-system
27+
resources:
28+
- mutatingwebhookconfigurations
29+
verbs:
30+
- update
31+
- patch
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRole
3+
metadata:
4+
creationTimestamp: null
5+
name: envoy-gateway-gateway-helm-envoy-gateway-role
6+
rules:
7+
- apiGroups:
8+
- ''
9+
resources:
10+
- nodes
11+
- namespaces
12+
verbs:
13+
- get
14+
- list
15+
- watch
16+
- apiGroups:
17+
- gateway.networking.k8s.io
18+
resources:
19+
- gatewayclasses
20+
verbs:
21+
- get
22+
- list
23+
- patch
24+
- update
25+
- watch
26+
- apiGroups:
27+
- gateway.networking.k8s.io
28+
resources:
29+
- gatewayclasses/status
30+
verbs:
31+
- update
32+
- apiGroups:
33+
- multicluster.x-k8s.io
34+
resources:
35+
- serviceimports
36+
verbs:
37+
- get
38+
- list
39+
- watch
40+
- apiGroups:
41+
- ''
42+
resources:
43+
- configmaps
44+
- secrets
45+
- services
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- apiGroups:
51+
- apps
52+
resources:
53+
- deployments
54+
- daemonsets
55+
verbs:
56+
- get
57+
- list
58+
- watch
59+
- apiGroups:
60+
- discovery.k8s.io
61+
resources:
62+
- endpointslices
63+
verbs:
64+
- get
65+
- list
66+
- watch
67+
- apiGroups:
68+
- gateway.envoyproxy.io
69+
resources:
70+
- envoyproxies
71+
- envoypatchpolicies
72+
- clienttrafficpolicies
73+
- backendtrafficpolicies
74+
- securitypolicies
75+
- envoyextensionpolicies
76+
- backends
77+
- httproutefilters
78+
verbs:
79+
- get
80+
- list
81+
- watch
82+
- apiGroups:
83+
- gateway.envoyproxy.io
84+
resources:
85+
- envoypatchpolicies/status
86+
- clienttrafficpolicies/status
87+
- backendtrafficpolicies/status
88+
- securitypolicies/status
89+
- envoyextensionpolicies/status
90+
- backends/status
91+
verbs:
92+
- update
93+
- apiGroups:
94+
- gateway.networking.k8s.io
95+
resources:
96+
- gateways
97+
- grpcroutes
98+
- httproutes
99+
- referencegrants
100+
- tcproutes
101+
- tlsroutes
102+
- udproutes
103+
- backendtlspolicies
104+
verbs:
105+
- get
106+
- list
107+
- watch
108+
- apiGroups:
109+
- gateway.networking.k8s.io
110+
resources:
111+
- gateways/status
112+
- grpcroutes/status
113+
- httproutes/status
114+
- tcproutes/status
115+
- tlsroutes/status
116+
- udproutes/status
117+
- backendtlspolicies/status
118+
verbs:
119+
- update
120+
- apiGroups:
121+
- gateway.networking.x-k8s.io
122+
resources:
123+
- xlistenersets
124+
verbs:
125+
- get
126+
- list
127+
- watch
128+
- apiGroups:
129+
- gateway.networking.x-k8s.io
130+
resources:
131+
- xlistenersets/status
132+
verbs:
133+
- update
134+
- apiGroups:
135+
- ''
136+
resources:
137+
- pods
138+
- pods/binding
139+
verbs:
140+
- get
141+
- list
142+
- patch
143+
- update
144+
- watch
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
annotations:
5+
helm.sh/hook: pre-install, pre-upgrade
6+
helm.sh/hook-weight: '-1'
7+
labels:
8+
app.kubernetes.io/instance: envoy-gateway
9+
app.kubernetes.io/managed-by: Helm
10+
app.kubernetes.io/name: gateway-helm
11+
app.kubernetes.io/version: v1.7.3
12+
helm.sh/chart: gateway-helm-v1.7.3
13+
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
14+
roleRef:
15+
apiGroup: rbac.authorization.k8s.io
16+
kind: ClusterRole
17+
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
18+
subjects:
19+
- kind: ServiceAccount
20+
name: envoy-gateway-gateway-helm-certgen
21+
namespace: envoy-gateway-system
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
name: envoy-gateway-gateway-helm-envoy-gateway-rolebinding
5+
roleRef:
6+
apiGroup: rbac.authorization.k8s.io
7+
kind: ClusterRole
8+
name: envoy-gateway-gateway-helm-envoy-gateway-role
9+
subjects:
10+
- kind: ServiceAccount
11+
name: envoy-gateway
12+
namespace: envoy-gateway-system

0 commit comments

Comments
 (0)