From f1da1e56630f95df1b650b9540a70569153377bf Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Mon, 23 Dec 2024 15:50:58 +0100 Subject: [PATCH] doc(lb): update description for mysql healthcheck (#1665) --- packages/clients/src/api/lb/v1/types.gen.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/clients/src/api/lb/v1/types.gen.ts b/packages/clients/src/api/lb/v1/types.gen.ts index baa817393..cae6c9e34 100644 --- a/packages/clients/src/api/lb/v1/types.gen.ts +++ b/packages/clients/src/api/lb/v1/types.gen.ts @@ -271,8 +271,8 @@ export interface HealthCheck { */ tcpConfig?: HealthCheckTcpConfig /** - * Object to configure a MySQL health check. The check requires MySQL >=3.22, - * for older versions, use a TCP health check. + * Object to configure a MySQL health check. The check requires MySQL >=3.22 + * or <9.0. For older or newer versions, use a TCP health check. * * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' @@ -1848,8 +1848,8 @@ export type UpdateHealthCheckRequest = { */ tcpConfig?: HealthCheckTcpConfig /** - * Object to configure a MySQL health check. The check requires MySQL >=3.22, - * for older versions, use a TCP health check. + * Object to configure a MySQL health check. The check requires MySQL >=3.22 + * or <9.0. For older or newer versions, use a TCP health check. * * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' @@ -2864,8 +2864,8 @@ export type ZonedApiUpdateHealthCheckRequest = { */ tcpConfig?: HealthCheckTcpConfig /** - * Object to configure a MySQL health check. The check requires MySQL >=3.22, - * for older versions, use a TCP health check. + * Object to configure a MySQL health check. The check requires MySQL >=3.22 + * or <9.0. For older or newer versions, use a TCP health check. * * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'