Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions test/e2e/framework/manifests/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ rules:
- grpcroutes/status
- httproutes/status
- referencegrants/status
- tcproutes/status
verbs:
- get
- update
Expand All @@ -167,23 +168,8 @@ rules:
- gateways
- grpcroutes
- httproutes
- tcproutes
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- httproutes/status
- tcproutes/status
verbs:
- get
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- referencegrants
- tcproutes
verbs:
- get
- list
Expand Down
Loading