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>
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
GatewayAgentStatus defines the observed state of GatewayAgent.
336
+
337
+
338
+
339
+
_Appears in:_
340
+
- [GatewayAgent](#gatewayagent)
341
+
342
+
343
+
344
+
#### VPCInfoData
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
_Appears in:_
353
+
- [GatewayAgentSpec](#gatewayagentspec)
354
+
355
+
| Field | Description | Default | Validation |
356
+
| --- | --- | --- | --- |
357
+
| `subnets` _object (keys:string, values:[VPCInfoSubnet](#vpcinfosubnet))_ | Subnets is a map of all subnets in the VPC (incl. CIDRs, VNIs, etc) keyed by the subnet name | | |
358
+
| `vni` _integer_ | VNI is the VNI for the VPC | | |
359
+
| `vrf` _string_ | VRF (optional) is the VRF name for the VPC, if not specified, predictable VRF name is generated | | |
0 commit comments