Skip to content

Commit b557ab6

Browse files
committed
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>
1 parent 52f5ab2 commit b557ab6

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/reference/fab-api.md.gen

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _Appears in:_
3939

4040

4141

42-
! WARNING: Make sure to update the IsReady method if you add or remove components
42+
! WARNING: Make sure to update the IsReady/IsGatewayReady methods if you add or remove components
4343

4444

4545

@@ -65,6 +65,8 @@ _Appears in:_
6565
| `gatewayAPI` _[ComponentStatus](#componentstatus)_ | | | |
6666
| `gatewayCtrl` _[ComponentStatus](#componentstatus)_ | | | |
6767
| `gatewayAlloy` _[ComponentStatus](#componentstatus)_ | | | |
68+
| `gatewayDataplane` _object (keys:string, values:[ComponentStatus](#componentstatus))_ | | | |
69+
| `gatewayFRR` _object (keys:string, values:[ComponentStatus](#componentstatus))_ | | | |
6870

6971

7072
#### ControlConfig
@@ -82,6 +84,8 @@ _Appears in:_
8284
| --- | --- | --- | --- |
8385
| `managementSubnet` _[Prefix](#prefix)_ | | | |
8486
| `controlVIP` _[Prefix](#prefix)_ | | | |
87+
| `managementSubnetAnyDevice` _boolean_ | | | |
88+
| `managementSubnetStatic` _object (keys:string, values:string)_ | | | |
8589
| `tlsSAN` _string array_ | | | |
8690
| `joinToken` _string_ | | | |
8791
| `kubeClusterSubnet` _[Prefix](#prefix)_ | | | |
@@ -394,18 +398,23 @@ _Appears in:_
394398
| `protocolSubnet` _[Prefix](#prefix)_ | | | |
395399
| `vtepSubnet` _[Prefix](#prefix)_ | | | |
396400
| `fabricSubnet` _[Prefix](#prefix)_ | | | |
401+
| `proxyExternalSubnet` _[Prefix](#prefix)_ | | | |
397402
| `baseVPCCommunity` _string_ | | | |
398403
| `vpcIRBVLANs` _VLANRange array_ | | | |
399404
| `loopbackWorkaroundDisable` _boolean_ | | | |
400405
| `vpcWorkaroundVLANs` _VLANRange array_ | | | |
401406
| `vpcWorkaroundSubnet` _[Prefix](#prefix)_ | | | |
407+
| `th5WorkaroundVLANs` _VLANRange array_ | | | |
402408
| `eslagMACBase` _string_ | | | |
403409
| `eslagESIPrefix` _string_ | | | |
404410
| `mclagSessionSubnet` _[Prefix](#prefix)_ | | | |
405411
| `defaultSwitchUsers` _object (keys:string, values:[SwitchUser](#switchuser))_ | | | |
406412
| `defaultAlloyConfig` _[AlloyConfig](#alloyconfig)_ | | | |
413+
| `excludeNOSInstallers` _boolean_ | | | |
407414
| `includeONIE` _boolean_ | | | |
408-
| `includeCLS` _boolean_ | | | |
415+
| `includeBCM` _boolean_ | | | |
416+
| `includeCLSP` _boolean_ | | | |
417+
| `includeCumulus` _boolean_ | | | |
409418
| `disableBFD` _boolean_ | | | |
410419
| `observability` _[Observability](#observability)_ | | | |
411420

@@ -534,6 +543,7 @@ _Appears in:_
534543
| `asn` _integer_ | | | |
535544
| `mac` _string_ | | | |
536545
| `observability` _[GatewayObservability](#gatewayobservability)_ | | | |
546+
| `communities` _object (keys:string, values:string)_ | | | |
537547

538548

539549
#### GatewayObservability
@@ -685,12 +695,14 @@ _Appears in:_
685695
| `k9s` _[Version](#version)_ | | | |
686696
| `toolbox` _[Version](#version)_ | | | |
687697
| `reloader` _[Version](#version)_ | | | |
698+
| `reloaderChart` _[Version](#version)_ | | | |
688699
| `ntp` _[Version](#version)_ | | | |
689700
| `ntpChart` _[Version](#version)_ | | | |
690701
| `alloy` _[Version](#version)_ | | | |
691702
| `controlProxy` _[Version](#version)_ | | | |
692703
| `controlProxyChart` _[Version](#version)_ | | | |
693704
| `bashCompletion` _[Version](#version)_ | | | |
705+
| `hostBGPContainer` _[Version](#version)_ | | | |
694706

695707

696708
#### RegistryConfig

0 commit comments

Comments
 (0)