Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump to GatewayAPI 1.1.0 #245

Merged
merged 9 commits into from
May 10, 2024
Prev Previous commit
Next Next commit
test: fix GRPCRoute testcase
Signed-off-by: Lin Yang <reaver@flomesh.io>
  • Loading branch information
reaver-flomesh committed May 10, 2024
commit 4db7df94da21da8a2f68a66cde3fcef38b0131df
4 changes: 2 additions & 2 deletions docs/tests/gateway-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ EOF
#### Create a GRPCRoute
```shell
cat <<EOF | kubectl apply -f -
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1
kind: GRPCRoute
metadata:
name: grpc-app-1
Expand Down Expand Up @@ -626,7 +626,7 @@ EOF
#### Create a GRPCRoute
```shell
cat <<EOF | kubectl apply -f -
apiVersion: gateway.networking.k8s.io/v1alpha2
apiVersion: gateway.networking.k8s.io/v1
kind: GRPCRoute
metadata:
name: grpc-cross-1
Expand Down