From faa5689338f91ea67f22a3e31628167a4f69141f Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Sat, 20 Dec 2025 00:50:55 +0000 Subject: [PATCH] Update docs from gateway@v0.33.0 This is an automated commit created by GitHub Actions workflow, in the gateway repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/gateway-api.md.gen | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/reference/gateway-api.md.gen b/docs/reference/gateway-api.md.gen index d8b57fff..b57cfe9e 100644 --- a/docs/reference/gateway-api.md.gen +++ b/docs/reference/gateway-api.md.gen @@ -277,8 +277,9 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `cidr` _string_ | | | | -| `not` _string_ | | | | +| `cidr` _string_ | CIDR to include, only one of cidr, not can be set | | | +| `not` _string_ | CIDR to exclude, only one of cidr, not can be set | | | +| `ports` _string_ | Port ranges (e.g. "80, 443, 3000-3100"), used together with exactly one of cidr, not | | | #### PeeringEntryExpose @@ -312,9 +313,10 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `cidr` _string_ | | | | -| `not` _string_ | | | | -| `vpcSubnet` _string_ | | | | +| `cidr` _string_ | CIDR to include, only one of cidr, not, vpcSubnet can be set | | | +| `not` _string_ | CIDR to exclude, only one of cidr, not, vpcSubnet can be set | | | +| `vpcSubnet` _string_ | CIDR by VPC subnet name to include, only one of cidr, not, vpcSubnet can be set | | | +| `ports` _string_ | Port ranges (e.g. "80, 443, 3000-3100"), used together with exactly one of cidr, not, vpcSubnet | | | #### PeeringNAT