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

docs: Remove the older versions from linkinator ignore list #3846

Merged
merged 3 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion site/content/en/contributions/design/config-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Gateway struct {
// defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following
// for additional details:
//
// https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass
// https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
//
// +optional
ControllerName string `json:"controllerName,omitempty"`
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/tasks/security/threat-model.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/content/en/latest/tasks/security/threat-model.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/content/en/news/releases/v0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ release and future direction of the project.
[docs]: https://gateway.envoyproxy.io/index.html
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.2.0
[conformance tests]: https://gateway-api.sigs.k8s.io/concepts/conformance/?h=conformance
[quickstart guide]: ../v0.2/user/quickstart
[quickstart guide]: ../../v0.2/user/quickstart
[EnvoyCon NA]: https://events.linuxfoundation.org/envoycon-north-america/program/schedule/
[our talk]: https://sched.co/1AO5S
2 changes: 1 addition & 1 deletion site/content/en/news/releases/v0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ The release adds a ton of features and functionality. Here are some highlights:

[Release Notes]: ./notes/v0.3.0
[matrix]: ./matrix
[docs]: https://gateway.envoyproxy.io/v0.3.0/index.html
[docs]: /v0.3
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion site/content/en/news/releases/v0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ The release adds a ton of features and functionality. Here are some highlights:

[Release Notes]: ./notes/v0.4.0
[matrix]: ./matrix
[docs]: https://gateway.envoyproxy.io/v0.4.0/index.html
[docs]: /v0.4
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.4.0
2 changes: 1 addition & 1 deletion site/content/en/news/releases/v0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ The release adds a ton of features and functionality. Here are some highlights:

[Release Notes]: ./notes/v0.5.0
[matrix]: ./matrix
[docs]: https://gateway.envoyproxy.io/v0.5.0/index.html
[docs]: /v0.5
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.5.0
2 changes: 1 addition & 1 deletion site/content/en/news/releases/v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ The release adds a ton of features and functionality. Here are some highlights:

[Release Notes]: ./notes/v0.6.0
[matrix]: ./matrix
[docs]: https://gateway.envoyproxy.io/v0.6.0/index.html
[docs]: https://gateway.envoyproxy.io/v0.6
[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.6.0
4 changes: 2 additions & 2 deletions site/content/en/v0.2/contributions/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ to the following guidelines for all code, APIs, and documentation:
build. If your PR cannot have 100% coverage for some reason please clearly explain why when you
open it.
* Any PR that changes user-facing behavior **must** have associated documentation in the [docs](https://github.com/envoyproxy/gateway/tree/main/site) folder of the repo as
well as the [changelog](/blog/releases).
well as the [changelog](/news/releases).
* All code comments and documentation are expected to have proper English grammar and punctuation.
If you are not a fluent English speaker (or a bad writer ;-)) please let us know and we will try
to find some help but there are no guarantees.
Expand Down Expand Up @@ -175,7 +175,7 @@ git config --add alias.c "commit -s"
## Fixing DCO

If your PR fails the DCO check, it's necessary to fix the entire commit history in the PR. Best
practice is to [squash](https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
practice is to [squash](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges#squash-and-merge-your-commits)
the commit history to a single commit, append the DCO sign-off as described above, and [force
push](https://git-scm.com/docs/git-push#git-push---force). For example, if you have 2 commits in
your history:
Expand Down
3 changes: 1 addition & 2 deletions site/content/en/v0.2/contributions/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ There are many other endpoints on the [Envoy admin interface][] that may be help

### JWT Testing

An example [JSON Web Token (JWT)][jwt] and [JSON Web Key Set (JWKS)][jwks] are used for the [request authentication][]
An example [JSON Web Token (JWT)][jwt] and [JSON Web Key Set (JWKS)][jwks] are used for the request authentication
user guide. The JWT was created by the [JWT Debugger][], using the `RS256` algorithm. The public key from the JWTs
verify signature was copied to [JWK Creator][] for generating the JWK. The JWK Creator was configured with matching
settings, i.e. `Signing` public key use and the `RS256` algorithm. The generated JWK was wrapped in a JWKS structure
Expand All @@ -158,6 +158,5 @@ and is hosted in the repo.
[Envoy admin interface]: https://www.envoyproxy.io/docs/envoy/latest/operations/admin#operations-admin-interface
[jwt]: https://tools.ietf.org/html/rfc7519
[jwks]: https://tools.ietf.org/html/rfc7517
[request authentication]: https://gateway.envoyproxy.io/latest/user/authn.html
[JWT Debugger]: https://jwt.io/
[JWK Creator]: https://russelldavies.github.io/jwk-creator/
2 changes: 1 addition & 1 deletion site/content/en/v0.2/contributions/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export GITHUB_REMOTE=origin

### Setup cherry picker action

After release branch cut, RM (Release Manager) should add job [cherrypick action](../../../.github/workflows/cherrypick.yaml) for target release.
After release branch cut, RM (Release Manager) should add job [cherrypick action](https://github.com/envoyproxy/gateway/blob/main/.github/workflows/cherrypick.yaml) for target release.

Configuration looks like following:

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/v0.2/design/config-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Gateway struct {
// defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following
// for additional details:
//
// https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass
// https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
//
// +optional
ControllerName string `json:"controllerName,omitempty"`
Expand Down Expand Up @@ -347,6 +347,6 @@ __Note:__ The NetworkPublishing API is currently undefined and is provided here
[issue_51]: https://github.com/envoyproxy/gateway/issues/51
[design_doc]: https://github.com/envoyproxy/gateway/blob/main/docs/design/SYSTEM_DESIGN.md
[gw_api]: https://gateway-api.sigs.k8s.io/
[gc]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass
[gc]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
[cr]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
[union]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#unions
10 changes: 5 additions & 5 deletions site/content/en/v0.2/design/system-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,16 @@ The draft for this document is [here][draft_design].
[grl]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting
[rls]: https://github.com/envoyproxy/ratelimit
[rlf]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ratelimit/v3/rate_limit.proto#envoy-v3-api-msg-extensions-filters-http-ratelimit-v3-ratelimit
[crf]: https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/#filters-optional
[crf]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute#filters-optional
[gwapi_conflicts]: https://gateway-api.sigs.k8s.io/concepts/guidelines/#conflicts
[listener]: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/listeners#config-listeners
[route]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-msg-config-route-v3-route
[be_ref]: https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/#backendrefs-optional
[be_ref]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute#backendrefs-optional
[cluster]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#config-cluster-v3-cluster
[draft_design]: https://docs.google.com/document/d/1riyTPPYuvNzIhBdrAX8dpfxTmcobWZDSYTTB5NeybuY/edit
[cr]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
[be]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.BackendObjectReference
[be]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.BackendObjectReference
[svc]: https://kubernetes.io/docs/concepts/services-networking/service/
[ wcd ]: ./watching.md
[ wcd ]: ./watching
[Issue #37]: https://github.com/envoyproxy/gateway/issues/37
[roadmap]: roadmap.md
[roadmap]: ../contributions/roadmap
2 changes: 1 addition & 1 deletion site/content/en/v0.2/user/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide will help you get started with Envoy Gateway in a few simple steps.

A Kubernetes cluster.

__Note:__ Refer to the [Compatibility Matrix](/blog/2022/10/01/versions/) for supported Kubernetes versions.
__Note:__ Refer to the [Compatibility Matrix](/news/releases/matrix/) for supported Kubernetes versions.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/v0.3/api/config_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ _Appears in:_

| Field | Description |
| --- | --- |
| `controllerName` _string_ | ControllerName defines the name of the Gateway API controller. If unspecified, defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following for additional details: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass |
| `controllerName` _string_ | ControllerName defines the name of the Gateway API controller. If unspecified, defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following for additional details: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass |


## KubernetesDeploymentSpec
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/v0.3/contributions/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ to the following guidelines for all code, APIs, and documentation:
build. If your PR cannot have 100% coverage for some reason please clearly explain why when you
open it.
* Any PR that changes user-facing behavior **must** have associated documentation in the [docs](https://github.com/envoyproxy/gateway/tree/main/site) folder of the repo as
well as the [changelog](/blog/releases).
well as the [changelog](/news/releases).
* All code comments and documentation are expected to have proper English grammar and punctuation.
If you are not a fluent English speaker (or a bad writer ;-)) please let us know and we will try
to find some help but there are no guarantees.
Expand Down Expand Up @@ -175,7 +175,7 @@ git config --add alias.c "commit -s"
## Fixing DCO

If your PR fails the DCO check, it's necessary to fix the entire commit history in the PR. Best
practice is to [squash](https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
practice is to [squash](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges#squash-and-merge-your-commits)
the commit history to a single commit, append the DCO sign-off as described above, and [force
push](https://git-scm.com/docs/git-push#git-push---force). For example, if you have 2 commits in
your history:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/v0.3/contributions/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ and is hosted in the repo.
[Envoy admin interface]: https://www.envoyproxy.io/docs/envoy/latest/operations/admin#operations-admin-interface
[jwt]: https://tools.ietf.org/html/rfc7519
[jwks]: https://tools.ietf.org/html/rfc7517
[request authentication]: https://gateway.envoyproxy.io/latest/user/authn.html
[request authentication]: ../user/authn
[JWT Debugger]: https://jwt.io/
[JWK Creator]: https://russelldavies.github.io/jwk-creator/
2 changes: 1 addition & 1 deletion site/content/en/v0.3/contributions/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export GITHUB_REMOTE=origin

### Setup cherry picker action

After release branch cut, RM (Release Manager) should add job [cherrypick action](../../../.github/workflows/cherrypick.yaml) for target release.
After release branch cut, RM (Release Manager) should add job [cherrypick action](https://github.com/envoyproxy/gateway/blob/main/.github/workflows/cherrypick.yaml) for target release.

Configuration looks like following:

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/v0.3/design/config-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Gateway struct {
// defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following
// for additional details:
//
// https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass
// https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
//
// +optional
ControllerName string `json:"controllerName,omitempty"`
Expand Down Expand Up @@ -347,6 +347,6 @@ __Note:__ The NetworkPublishing API is currently undefined and is provided here
[issue_51]: https://github.com/envoyproxy/gateway/issues/51
[design_doc]: https://github.com/envoyproxy/gateway/blob/main/docs/design/SYSTEM_DESIGN.md
[gw_api]: https://gateway-api.sigs.k8s.io/
[gc]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass
[gc]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
[cr]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
[union]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#unions
8 changes: 4 additions & 4 deletions site/content/en/v0.3/design/gatewayapi-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ these types of cross-namespace references. Envoy Gateway supports the following
namespace.
- Allowing a Gateway's [SecretObjectReference][] to reference a secret in a different namespace.

[system design]: https://gateway.envoyproxy.io/latest/design/system-design.html
[system design]: ../design/system-design
[Gateway API]: https://gateway-api.sigs.k8s.io/
[GatewayClass]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.GatewayClass
[parameters reference]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.ParametersReference
Expand All @@ -113,9 +113,9 @@ these types of cross-namespace references. Envoy Gateway supports the following
[TLSRoute]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1alpha2.TLSRoute
[ReferenceGrant]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1beta1.ReferenceGrant
[SecretObjectReference]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.SecretObjectReference
[rate limiting]: https://gateway.envoyproxy.io/latest/user/rate-limit.html
[request authentication]: https://gateway.envoyproxy.io/latest/user/authn.html
[EnvoyProxy]: https://gateway.envoyproxy.io/latest/api/config_types.html#envoyproxy
[rate limiting]: ../user/rate-limit
[request authentication]: ../user/authn
[EnvoyProxy]: ../api/config_types#envoyproxy
[resolving conflicts]: https://gateway-api.sigs.k8s.io/concepts/guidelines/?h=conflict#conflicts
[ExtensionRefs]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteFilterType
[grpc-filter]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1alpha2.GRPCRouteFilter
8 changes: 4 additions & 4 deletions site/content/en/v0.3/design/system-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,16 @@ The draft for this document is [here][draft_design].
[grl]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting
[rls]: https://github.com/envoyproxy/ratelimit
[rlf]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ratelimit/v3/rate_limit.proto#envoy-v3-api-msg-extensions-filters-http-ratelimit-v3-ratelimit
[crf]: https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/#filters-optional
[crf]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute#filters-optional
[gwapi_conflicts]: https://gateway-api.sigs.k8s.io/concepts/guidelines/#conflicts
[listener]: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/listeners#config-listeners
[route]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-msg-config-route-v3-route
[be_ref]: https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/#backendrefs-optional
[be_ref]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute#backendrefs-optional
[cluster]: https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#config-cluster-v3-cluster
[draft_design]: https://docs.google.com/document/d/1riyTPPYuvNzIhBdrAX8dpfxTmcobWZDSYTTB5NeybuY/edit
[cr]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
[be]: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.BackendObjectReference
[be]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1.BackendObjectReference
[svc]: https://kubernetes.io/docs/concepts/services-networking/service/
[ wcd ]: ./watching.md
[Issue #37]: https://github.com/envoyproxy/gateway/issues/37
[roadmap]: roadmap.md
[roadmap]: ../contributions/roadmap
2 changes: 1 addition & 1 deletion site/content/en/v0.3/user/authn.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ kubectl delete authenticationfilter/jwt-example
Checkout the [Developer Guide](../../contributions/develop/) to get involved in the project.

[jwt]: https://tools.ietf.org/html/rfc7519
[AuthenticationFilter]: https://gateway.envoyproxy.io/v0.3.0/api/extension_types.html#authenticationfilter
[AuthenticationFilter]: ../api/extension_types#authenticationfilter
[jwks]: https://tools.ietf.org/html/rfc7517
2 changes: 1 addition & 1 deletion site/content/en/v0.3/user/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide will help you get started with Envoy Gateway in a few simple steps.

A Kubernetes cluster.

__Note:__ Refer to the [Compatibility Matrix](/blog/2022/10/01/versions/) for supported Kubernetes versions.
__Note:__ Refer to the [Compatibility Matrix](/news/releases/matrix/) for supported Kubernetes versions.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/v0.3/user/rate-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ transfer-encoding: chunked


[Global rate limiting]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting
[RateLimitFilter]: https://gateway.envoyproxy.io/v0.3.0/api/extension_types.html#ratelimitfilter
[RateLimitFilter]: ../api/config_types#ratelimitfilter
[Envoy Ratelimit]: https://github.com/envoyproxy/ratelimit
[EnvoyGateway]: https://gateway.envoyproxy.io/v0.3.0/api/config_types.html#envoygateway
[EnvoyGateway]: ../api/config_types#envoygateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute/
[ExtensionRef]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1beta1.HTTPRouteFilter
2 changes: 1 addition & 1 deletion site/content/en/v0.3/user/udp-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ kubectl delete udproute/coredns
Checkout the [Developer Guide](../../contributions/develop/) to get involved in the project.

[UDPRoute]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1alpha2.UDPRoute
[UDP proxy documentation]: https://www.envoyproxy.io/docs/envoy/v0.3.0/configuration/listeners/udp_filters/udp_proxy
[UDP proxy documentation]: https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/udp_filters/udp_proxy
2 changes: 1 addition & 1 deletion site/content/en/v0.4/api/config_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ _Appears in:_

| Field | Description |
| --- | --- |
| `controllerName` _string_ | ControllerName defines the name of the Gateway API controller. If unspecified, defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following for additional details: https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass |
| `controllerName` _string_ | ControllerName defines the name of the Gateway API controller. If unspecified, defaults to "gateway.envoyproxy.io/gatewayclass-controller". See the following for additional details: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass |


## GroupVersionKind
Expand Down
Loading