Skip to content
Open
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
12 changes: 7 additions & 5 deletions docs/reference/gateway-api.md.gen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down