Skip to content

Commit 4c24464

Browse files
author
HHDocs
committed
Deployed c8e37bc to dev with MkDocs 1.6.1 and mike 2.1.3
1 parent 2974d73 commit 4c24464

File tree

10 files changed

+208
-82
lines changed

10 files changed

+208
-82
lines changed

dev/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 | | |

dev/reference/gateway-api/index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,15 @@
13921392
<nav class="md-nav" aria-label="Resource Types">
13931393
<ul class="md-nav__list">
13941394

1395+
<li class="md-nav__item">
1396+
<a href="#dataplanestatus" class="md-nav__link">
1397+
<span class="md-ellipsis">
1398+
DataplaneStatus
1399+
</span>
1400+
</a>
1401+
1402+
</li>
1403+
13951404
<li class="md-nav__item">
13961405
<a href="#frrstatus" class="md-nav__link">
13971406
<span class="md-ellipsis">
@@ -2229,6 +2238,15 @@
22292238
<nav class="md-nav" aria-label="Resource Types">
22302239
<ul class="md-nav__list">
22312240

2241+
<li class="md-nav__item">
2242+
<a href="#dataplanestatus" class="md-nav__link">
2243+
<span class="md-ellipsis">
2244+
DataplaneStatus
2245+
</span>
2246+
</a>
2247+
2248+
</li>
2249+
22322250
<li class="md-nav__item">
22332251
<a href="#frrstatus" class="md-nav__link">
22342252
<span class="md-ellipsis">
@@ -3106,6 +3124,28 @@ <h3 id="resource-types_1">Resource Types</h3>
31063124
<ul>
31073125
<li><a href="#gatewayagent">GatewayAgent</a></li>
31083126
</ul>
3127+
<h4 id="dataplanestatus">DataplaneStatus</h4>
3128+
<p>DataplaneStatus represents the status of the dataplane</p>
3129+
<p><em>Appears in:</em>
3130+
- <a href="#gatewaystate">GatewayState</a></p>
3131+
<table>
3132+
<thead>
3133+
<tr>
3134+
<th>Field</th>
3135+
<th>Description</th>
3136+
<th>Default</th>
3137+
<th>Validation</th>
3138+
</tr>
3139+
</thead>
3140+
<tbody>
3141+
<tr>
3142+
<td><code>version</code> <em>string</em></td>
3143+
<td></td>
3144+
<td></td>
3145+
<td></td>
3146+
</tr>
3147+
</tbody>
3148+
</table>
31093149
<h4 id="frrstatus">FRRStatus</h4>
31103150
<p>FRRStatus represents the status of the FRR daemon</p>
31113151
<p><em>Appears in:</em>
@@ -3345,6 +3385,12 @@ <h4 id="gatewaystate">GatewayState</h4>
33453385
<td></td>
33463386
</tr>
33473387
<tr>
3388+
<td><code>dataplane</code> <em><a href="#dataplanestatus">DataplaneStatus</a></em></td>
3389+
<td>Dataplane is the status of the dataplane</td>
3390+
<td></td>
3391+
<td></td>
3392+
</tr>
3393+
<tr>
33483394
<td><code>frr</code> <em><a href="#frrstatus">FRRStatus</a></em></td>
33493395
<td>FRR is the status of the FRR daemon</td>
33503396
<td></td>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,162 +2,162 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.hedgehog.cloud/dev/</loc>
5-
<lastmod>2025-12-15</lastmod>
5+
<lastmod>2025-12-16</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.hedgehog.cloud/dev/architecture/fabric/</loc>
9-
<lastmod>2025-12-15</lastmod>
9+
<lastmod>2025-12-16</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.hedgehog.cloud/dev/architecture/overview/</loc>
13-
<lastmod>2025-12-15</lastmod>
13+
<lastmod>2025-12-16</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.hedgehog.cloud/dev/concepts/overview/</loc>
17-
<lastmod>2025-12-15</lastmod>
17+
<lastmod>2025-12-16</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.hedgehog.cloud/dev/contribute/docs/</loc>
21-
<lastmod>2025-12-15</lastmod>
21+
<lastmod>2025-12-16</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://docs.hedgehog.cloud/dev/contribute/overview/</loc>
25-
<lastmod>2025-12-15</lastmod>
25+
<lastmod>2025-12-16</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://docs.hedgehog.cloud/dev/faq/overview/</loc>
29-
<lastmod>2025-12-15</lastmod>
29+
<lastmod>2025-12-16</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://docs.hedgehog.cloud/dev/getting-started/download/</loc>
33-
<lastmod>2025-12-15</lastmod>
33+
<lastmod>2025-12-16</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/build-wiring/</loc>
37-
<lastmod>2025-12-15</lastmod>
37+
<lastmod>2025-12-16</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/config/</loc>
41-
<lastmod>2025-12-15</lastmod>
41+
<lastmod>2025-12-16</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/install/</loc>
45-
<lastmod>2025-12-15</lastmod>
45+
<lastmod>2025-12-16</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/requirements/</loc>
49-
<lastmod>2025-12-15</lastmod>
49+
<lastmod>2025-12-16</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/supported-devices/</loc>
53-
<lastmod>2025-12-15</lastmod>
53+
<lastmod>2025-12-16</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://docs.hedgehog.cloud/dev/install-upgrade/upgrade/</loc>
57-
<lastmod>2025-12-15</lastmod>
57+
<lastmod>2025-12-16</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://docs.hedgehog.cloud/dev/known-limitations/known-limitations/</loc>
61-
<lastmod>2025-12-15</lastmod>
61+
<lastmod>2025-12-16</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://docs.hedgehog.cloud/dev/reference/cli/</loc>
65-
<lastmod>2025-12-15</lastmod>
65+
<lastmod>2025-12-16</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://docs.hedgehog.cloud/dev/reference/fab-api/</loc>
69-
<lastmod>2025-12-15</lastmod>
69+
<lastmod>2025-12-16</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://docs.hedgehog.cloud/dev/reference/fabric-api/</loc>
73-
<lastmod>2025-12-15</lastmod>
73+
<lastmod>2025-12-16</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://docs.hedgehog.cloud/dev/reference/gateway-api/</loc>
77-
<lastmod>2025-12-15</lastmod>
77+
<lastmod>2025-12-16</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://docs.hedgehog.cloud/dev/reference/profiles/</loc>
81-
<lastmod>2025-12-15</lastmod>
81+
<lastmod>2025-12-16</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://docs.hedgehog.cloud/dev/reference/releases/</loc>
85-
<lastmod>2025-12-15</lastmod>
85+
<lastmod>2025-12-16</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://docs.hedgehog.cloud/dev/release-notes/</loc>
89-
<lastmod>2025-12-15</lastmod>
89+
<lastmod>2025-12-16</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://docs.hedgehog.cloud/dev/troubleshooting/agent/</loc>
93-
<lastmod>2025-12-15</lastmod>
93+
<lastmod>2025-12-16</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://docs.hedgehog.cloud/dev/troubleshooting/overview/</loc>
97-
<lastmod>2025-12-15</lastmod>
97+
<lastmod>2025-12-16</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://docs.hedgehog.cloud/dev/troubleshooting/physical_links/</loc>
101-
<lastmod>2025-12-15</lastmod>
101+
<lastmod>2025-12-16</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://docs.hedgehog.cloud/dev/user-guide/connections/</loc>
105-
<lastmod>2025-12-15</lastmod>
105+
<lastmod>2025-12-16</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://docs.hedgehog.cloud/dev/user-guide/devices/</loc>
109-
<lastmod>2025-12-15</lastmod>
109+
<lastmod>2025-12-16</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://docs.hedgehog.cloud/dev/user-guide/external/</loc>
113-
<lastmod>2025-12-15</lastmod>
113+
<lastmod>2025-12-16</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://docs.hedgehog.cloud/dev/user-guide/gateway/</loc>
117-
<lastmod>2025-12-15</lastmod>
117+
<lastmod>2025-12-16</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://docs.hedgehog.cloud/dev/user-guide/grafana/</loc>
121-
<lastmod>2025-12-15</lastmod>
121+
<lastmod>2025-12-16</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://docs.hedgehog.cloud/dev/user-guide/host-settings/</loc>
125-
<lastmod>2025-12-15</lastmod>
125+
<lastmod>2025-12-16</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://docs.hedgehog.cloud/dev/user-guide/o11y-config/</loc>
129-
<lastmod>2025-12-15</lastmod>
129+
<lastmod>2025-12-16</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://docs.hedgehog.cloud/dev/user-guide/overview/</loc>
133-
<lastmod>2025-12-15</lastmod>
133+
<lastmod>2025-12-16</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://docs.hedgehog.cloud/dev/user-guide/profiles/</loc>
137-
<lastmod>2025-12-15</lastmod>
137+
<lastmod>2025-12-16</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://docs.hedgehog.cloud/dev/user-guide/shrink-expand/</loc>
141-
<lastmod>2025-12-15</lastmod>
141+
<lastmod>2025-12-16</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://docs.hedgehog.cloud/dev/user-guide/vpcs/</loc>
145-
<lastmod>2025-12-15</lastmod>
145+
<lastmod>2025-12-16</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://docs.hedgehog.cloud/dev/vlab/demo/</loc>
149-
<lastmod>2025-12-15</lastmod>
149+
<lastmod>2025-12-16</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://docs.hedgehog.cloud/dev/vlab/overview/</loc>
153-
<lastmod>2025-12-15</lastmod>
153+
<lastmod>2025-12-16</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://docs.hedgehog.cloud/dev/vlab/running/</loc>
157-
<lastmod>2025-12-15</lastmod>
157+
<lastmod>2025-12-16</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://docs.hedgehog.cloud/dev/vlab/virt-externals/</loc>
161-
<lastmod>2025-12-15</lastmod>
161+
<lastmod>2025-12-16</lastmod>
162162
</url>
163163
</urlset>

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

master/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)