From a7fefc1efcb350518f21b944fb8b9e2ee1922d29 Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:19:55 +0000 Subject: [PATCH] Update docs from fabricator@v0.44.0 This is an automated commit created by GitHub Actions workflow, in the fabricator repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/reference/fab-api.md.gen | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/reference/fab-api.md.gen b/docs/reference/fab-api.md.gen index b8bc94ae..8c12744d 100644 --- a/docs/reference/fab-api.md.gen +++ b/docs/reference/fab-api.md.gen @@ -39,7 +39,7 @@ _Appears in:_ -! WARNING: Make sure to update the IsReady method if you add or remove components +! WARNING: Make sure to update the IsReady/IsGatewayReady methods if you add or remove components @@ -65,6 +65,8 @@ _Appears in:_ | `gatewayAPI` _[ComponentStatus](#componentstatus)_ | | | | | `gatewayCtrl` _[ComponentStatus](#componentstatus)_ | | | | | `gatewayAlloy` _[ComponentStatus](#componentstatus)_ | | | | +| `gatewayDataplane` _object (keys:string, values:[ComponentStatus](#componentstatus))_ | | | | +| `gatewayFRR` _object (keys:string, values:[ComponentStatus](#componentstatus))_ | | | | #### ControlConfig @@ -82,6 +84,8 @@ _Appears in:_ | --- | --- | --- | --- | | `managementSubnet` _[Prefix](#prefix)_ | | | | | `controlVIP` _[Prefix](#prefix)_ | | | | +| `managementSubnetAnyDevice` _boolean_ | | | | +| `managementSubnetStatic` _object (keys:string, values:string)_ | | | | | `tlsSAN` _string array_ | | | | | `joinToken` _string_ | | | | | `kubeClusterSubnet` _[Prefix](#prefix)_ | | | | @@ -394,18 +398,23 @@ _Appears in:_ | `protocolSubnet` _[Prefix](#prefix)_ | | | | | `vtepSubnet` _[Prefix](#prefix)_ | | | | | `fabricSubnet` _[Prefix](#prefix)_ | | | | +| `proxyExternalSubnet` _[Prefix](#prefix)_ | | | | | `baseVPCCommunity` _string_ | | | | | `vpcIRBVLANs` _VLANRange array_ | | | | | `loopbackWorkaroundDisable` _boolean_ | | | | | `vpcWorkaroundVLANs` _VLANRange array_ | | | | | `vpcWorkaroundSubnet` _[Prefix](#prefix)_ | | | | +| `th5WorkaroundVLANs` _VLANRange array_ | | | | | `eslagMACBase` _string_ | | | | | `eslagESIPrefix` _string_ | | | | | `mclagSessionSubnet` _[Prefix](#prefix)_ | | | | | `defaultSwitchUsers` _object (keys:string, values:[SwitchUser](#switchuser))_ | | | | | `defaultAlloyConfig` _[AlloyConfig](#alloyconfig)_ | | | | +| `excludeNOSInstallers` _boolean_ | | | | | `includeONIE` _boolean_ | | | | -| `includeCLS` _boolean_ | | | | +| `includeBCM` _boolean_ | | | | +| `includeCLSP` _boolean_ | | | | +| `includeCumulus` _boolean_ | | | | | `disableBFD` _boolean_ | | | | | `observability` _[Observability](#observability)_ | | | | @@ -534,6 +543,7 @@ _Appears in:_ | `asn` _integer_ | | | | | `mac` _string_ | | | | | `observability` _[GatewayObservability](#gatewayobservability)_ | | | | +| `communities` _object (keys:string, values:string)_ | | | | #### GatewayObservability @@ -685,12 +695,14 @@ _Appears in:_ | `k9s` _[Version](#version)_ | | | | | `toolbox` _[Version](#version)_ | | | | | `reloader` _[Version](#version)_ | | | | +| `reloaderChart` _[Version](#version)_ | | | | | `ntp` _[Version](#version)_ | | | | | `ntpChart` _[Version](#version)_ | | | | | `alloy` _[Version](#version)_ | | | | | `controlProxy` _[Version](#version)_ | | | | | `controlProxyChart` _[Version](#version)_ | | | | | `bashCompletion` _[Version](#version)_ | | | | +| `hostBGPContainer` _[Version](#version)_ | | | | #### RegistryConfig