From 7f0dcd31b462ac2aa7554b76eb833ea864b53cf8 Mon Sep 17 00:00:00 2001 From: Frostman <134872+Frostman@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:20:04 +0000 Subject: [PATCH] Update docs from gateway@v0.19.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 | 87 ------------------------------- 1 file changed, 87 deletions(-) diff --git a/docs/reference/gateway-api.md.gen b/docs/reference/gateway-api.md.gen index 2045d8c7..356581c7 100644 --- a/docs/reference/gateway-api.md.gen +++ b/docs/reference/gateway-api.md.gen @@ -16,92 +16,6 @@ Package v1alpha1 contains API Schema definitions for the gateway v1alpha1 API gr -#### AlloyBasicAuth - - - - - - - -_Appears in:_ -- [AlloyPrometheusTarget](#alloyprometheustarget) -- [AlloyTarget](#alloytarget) - -| Field | Description | Default | Validation | -| --- | --- | --- | --- | -| `username` _string_ | | | | -| `password` _string_ | | | | - - -#### AlloyConfig - - - - - - - -_Appears in:_ -- [GatewaySpec](#gatewayspec) - -| Field | Description | Default | Validation | -| --- | --- | --- | --- | -| `dataplaneScrapeIntervalSeconds` _integer_ | | | | -| `frrScrapeIntervalSeconds` _integer_ | | | | -| `unixExporterEnabled` _boolean_ | | | | -| `unixExporterCollectors` _string array_ | | | | -| `unixScrapeIntervalSeconds` _integer_ | | | | -| `prometheusTargets` _object (keys:string, values:[AlloyPrometheusTarget](#alloyprometheustarget))_ | | | | - - -#### AlloyPrometheusTarget - - - - - - - -_Appears in:_ -- [AlloyConfig](#alloyconfig) - -| Field | Description | Default | Validation | -| --- | --- | --- | --- | -| `url` _string_ | | | | -| `basicAuth` _[AlloyBasicAuth](#alloybasicauth)_ | | | | -| `bearerToken` _string_ | | | | -| `labels` _object (keys:string, values:string)_ | | | | -| `useControlProxy` _boolean_ | | | | -| `insecureSkipVerify` _boolean_ | | | | -| `caPEM` _string_ | | | | -| `certPEM` _string_ | | | | -| `sendIntervalSeconds` _integer_ | | | | - - -#### AlloyTarget - - - - - - - -_Appears in:_ -- [AlloyPrometheusTarget](#alloyprometheustarget) - -| Field | Description | Default | Validation | -| --- | --- | --- | --- | -| `url` _string_ | | | | -| `basicAuth` _[AlloyBasicAuth](#alloybasicauth)_ | | | | -| `bearerToken` _string_ | | | | -| `labels` _object (keys:string, values:string)_ | | | | -| `useControlProxy` _boolean_ | | | | -| `insecureSkipVerify` _boolean_ | | | | -| `caPEM` _string_ | | | | -| `certPEM` _string_ | | | | - - #### Gateway @@ -177,7 +91,6 @@ _Appears in:_ | `vtepMTU` _integer_ | VTEPMTU is the MTU for the VTEP interface | | | | `interfaces` _object (keys:string, values:[GatewayInterface](#gatewayinterface))_ | Interfaces is a map of interface names to their configurations | | | | `neighbors` _[GatewayBGPNeighbor](#gatewaybgpneighbor) array_ | Neighbors is a list of BGP neighbors | | | -| `alloy` _[AlloyConfig](#alloyconfig)_ | Alloy is the Alloy configuration for the gateway | | | #### GatewayStatus