Skip to content

Commit

Permalink
doc(lb): update description for mysql healthcheck (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 23, 2024
1 parent 9942741 commit f1da1e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/clients/src/api/lb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit f1da1e5

Please sign in to comment.