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>
Copy file name to clipboardExpand all lines: docs/reference/gateway-api.md.gen
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -475,6 +475,22 @@ Package v1alpha1 contains API Schema definitions for the gwint v1alpha1 API grou
475
475
476
476
477
477
478
+
#### DataplaneStatus
479
+
480
+
481
+
482
+
DataplaneStatus represents the status of the dataplane
483
+
484
+
485
+
486
+
_Appears in:_
487
+
- [GatewayState](#gatewaystate)
488
+
489
+
| Field | Description | Default | Validation |
490
+
| --- | --- | --- | --- |
491
+
| `version` _string_ | | | |
492
+
493
+
478
494
#### FRRStatus
479
495
480
496
@@ -599,6 +615,7 @@ _Appears in:_
599
615
| Field | Description | Default | Validation |
600
616
| --- | --- | --- | --- |
601
617
| `lastCollectedTime` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_ | LastCollectedTime is the time of the last successful collection of data from the dataplane API | | |
618
+
| `dataplane` _[DataplaneStatus](#dataplanestatus)_ | Dataplane is the status of the dataplane | | |
602
619
| `frr` _[FRRStatus](#frrstatus)_ | FRR is the status of the FRR daemon | | |
603
620
| `vpcs` _object (keys:string, values:[VPCStatus](#vpcstatus))_ | VPCs is the status of the VPCs where key is the vpc (vpcinfo) name | | |
604
621
| `peerings` _object (keys:string, values:[PeeringStatus](#peeringstatus))_ | Peerings is the status of the VPCs peerings where key is VPC1->VPC2 and data is for one direction only | | |
0 commit comments