You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
| `gatewayGroup` _string_ | GatewayGroup is the name of the gateway group that should process the peering | | |
353
-
| `peering` _object (keys:string, values:[PeeringEntry](#peeringentry))_ | Peerings is a map of peering entries for each VPC participating in the peering (keyed by VPC name) | | |
351
+
| `idleTimeout` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#duration-v1-meta)_ | Time since the last packet after which flows are removed from the connection state table | | |
354
352
355
353
356
-
#### PeeringStatefulNAT
354
+
#### PeeringNATPortForward
357
355
358
356
359
357
@@ -367,9 +365,31 @@ _Appears in:_
367
365
| Field | Description | Default | Validation |
368
366
| --- | --- | --- | --- |
369
367
| `idleTimeout` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#duration-v1-meta)_ | Time since the last packet after which flows are removed from the connection state table | | |
| `gatewayGroup` _string_ | GatewayGroup is the name of the gateway group that should process the peering | | |
419
+
| `peering` _object (keys:string, values:[PeeringEntry](#peeringentry))_ | Peerings is a map of peering entries for each VPC participating in the peering (keyed by VPC name) | | |
0 commit comments