Skip to content

Commit c8e37bc

Browse files
committed
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 3037b00 commit c8e37bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/gateway-api.md.gen

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,22 @@ Package v1alpha1 contains API Schema definitions for the gwint v1alpha1 API grou
475475

476476

477477

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+
478494
#### FRRStatus
479495

480496

@@ -599,6 +615,7 @@ _Appears in:_
599615
| Field | Description | Default | Validation |
600616
| --- | --- | --- | --- |
601617
| `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 | | |
602619
| `frr` _[FRRStatus](#frrstatus)_ | FRR is the status of the FRR daemon | | |
603620
| `vpcs` _object (keys:string, values:[VPCStatus](#vpcstatus))_ | VPCs is the status of the VPCs where key is the vpc (vpcinfo) name | | |
604621
| `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

Comments
 (0)