From 859ad43a84a45307a5bfaac1b94277ee6263ae14 Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Tue, 16 Dec 2025 03:29:47 +0000 Subject: [PATCH] Update docs from gateway@v0.32.0 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> --- docs/reference/gateway-api.md.gen | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/reference/gateway-api.md.gen b/docs/reference/gateway-api.md.gen index c1c307cd..d8b57fff 100644 --- a/docs/reference/gateway-api.md.gen +++ b/docs/reference/gateway-api.md.gen @@ -475,6 +475,22 @@ Package v1alpha1 contains API Schema definitions for the gwint v1alpha1 API grou +#### DataplaneStatus + + + +DataplaneStatus represents the status of the dataplane + + + +_Appears in:_ +- [GatewayState](#gatewaystate) + +| Field | Description | Default | Validation | +| --- | --- | --- | --- | +| `version` _string_ | | | | + + #### FRRStatus @@ -599,6 +615,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | | `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 | | | +| `dataplane` _[DataplaneStatus](#dataplanestatus)_ | Dataplane is the status of the dataplane | | | | `frr` _[FRRStatus](#frrstatus)_ | FRR is the status of the FRR daemon | | | | `vpcs` _object (keys:string, values:[VPCStatus](#vpcstatus))_ | VPCs is the status of the VPCs where key is the vpc (vpcinfo) name | | | | `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 | | |