File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
test/e2e/framework/manifests Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,21 @@ rules:
106106 - get
107107 - list
108108 - watch
109+ - apiGroups :
110+ - gateway.apisix.io
111+ resources :
112+ - backendtrafficpolicies
113+ verbs :
114+ - get
115+ - list
116+ - watch
117+ - apiGroups :
118+ - gateway.apisix.io
119+ resources :
120+ - backendtrafficpolicies/status
121+ verbs :
122+ - get
123+ - update
109124- apiGroups :
110125 - gateway.apisix.io
111126 resources :
@@ -129,6 +144,21 @@ rules:
129144 - get
130145 - list
131146 - watch
147+ - apiGroups :
148+ - gateway.apisix.io
149+ resources :
150+ - httproutepolicies
151+ verbs :
152+ - get
153+ - list
154+ - watch
155+ - apiGroups :
156+ - gateway.apisix.io
157+ resources :
158+ - httproutepolicies/status
159+ verbs :
160+ - get
161+ - update
132162- apiGroups :
133163 - gateway.apisix.io
134164 resources :
You can’t perform that action at this time.
0 commit comments