Skip to content

Commit faa5689

Browse files
Frostmangithub-actions[bot]
authored andcommitted
Update docs from [email protected]
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>
1 parent 5f539ed commit faa5689

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/reference/gateway-api.md.gen

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,9 @@ _Appears in:_
277277

278278
| Field | Description | Default | Validation |
279279
| --- | --- | --- | --- |
280-
| `cidr` _string_ | | | |
281-
| `not` _string_ | | | |
280+
| `cidr` _string_ | CIDR to include, only one of cidr, not can be set | | |
281+
| `not` _string_ | CIDR to exclude, only one of cidr, not can be set | | |
282+
| `ports` _string_ | Port ranges (e.g. "80, 443, 3000-3100"), used together with exactly one of cidr, not | | |
282283

283284

284285
#### PeeringEntryExpose
@@ -312,9 +313,10 @@ _Appears in:_
312313

313314
| Field | Description | Default | Validation |
314315
| --- | --- | --- | --- |
315-
| `cidr` _string_ | | | |
316-
| `not` _string_ | | | |
317-
| `vpcSubnet` _string_ | | | |
316+
| `cidr` _string_ | CIDR to include, only one of cidr, not, vpcSubnet can be set | | |
317+
| `not` _string_ | CIDR to exclude, only one of cidr, not, vpcSubnet can be set | | |
318+
| `vpcSubnet` _string_ | CIDR by VPC subnet name to include, only one of cidr, not, vpcSubnet can be set | | |
319+
| `ports` _string_ | Port ranges (e.g. "80, 443, 3000-3100"), used together with exactly one of cidr, not, vpcSubnet | | |
318320

319321

320322
#### PeeringNAT

0 commit comments

Comments
 (0)