Skip to content

Commit

Permalink
Merge pull request #123 from loxilb-io/gateway-api
Browse files Browse the repository at this point in the history
update kube-loxilb manifest files for Gateway api
  • Loading branch information
TrekkieCoder authored Mar 21, 2024
2 parents a42040f + 703afb2 commit eca349b
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 0 deletions.
10 changes: 10 additions & 0 deletions manifest/ext-cluster/kube-loxilb-cidrv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/ext-cluster/kube-loxilb-secondaryIPs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/ext-cluster/kube-loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/ext-peer-cluster/kube-loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/in-cluster/kube-loxilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/mesh/kube-loxilb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/zones/kube-loxilb-north.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down
10 changes: 10 additions & 0 deletions manifest/zones/kube-loxilb-south.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ rules:
- list
- patch
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gatewayclasses/status
- gateways
- gateways/status
- tcproutes
- udproutes
verbs: ["get", "watch", "list", "patch", "update"]
- apiGroups:
- discovery.k8s.io
resources:
Expand Down

0 comments on commit eca349b

Please sign in to comment.