From 2a88b2571209fbabc96feb741aacbef3a8e827f3 Mon Sep 17 00:00:00 2001 From: Tom Moulard Date: Fri, 10 Jun 2022 15:12:08 +0200 Subject: [PATCH] Update gateway api link from v1alpha1 to v1alpha2 --- docs/content/routing/providers/kubernetes-gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/providers/kubernetes-gateway.md b/docs/content/routing/providers/kubernetes-gateway.md index 0f08b46e1..f67f488fd 100644 --- a/docs/content/routing/providers/kubernetes-gateway.md +++ b/docs/content/routing/providers/kubernetes-gateway.md @@ -51,7 +51,7 @@ You can find an excerpt of the supported Kubernetes Gateway API resources in the `GatewayClass` is cluster-scoped resource defined by the infrastructure provider. This resource represents a class of Gateways that can be instantiated. More details on the -GatewayClass [official documentation](https://gateway-api.sigs.k8s.io/v1alpha1/api-types/gatewayclass/). +GatewayClass [official documentation](https://gateway-api.sigs.k8s.io/v1alpha2/api-types/gatewayclass/). The `GatewayClass` should be declared by the infrastructure provider, otherwise please register the `GatewayClass` [definition](../../reference/dynamic-configuration/kubernetes-gateway.md#definitions) in the Kubernetes cluster before