Skip to content

Commit f1da1e5

Browse files
authored
doc(lb): update description for mysql healthcheck (#1665)
1 parent 9942741 commit f1da1e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/clients/src/api/lb/v1/types.gen.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ export interface HealthCheck {
271271
*/
272272
tcpConfig?: HealthCheckTcpConfig
273273
/**
274-
* Object to configure a MySQL health check. The check requires MySQL >=3.22,
275-
* for older versions, use a TCP health check.
274+
* Object to configure a MySQL health check. The check requires MySQL >=3.22
275+
* or <9.0. For older or newer versions, use a TCP health check.
276276
*
277277
* One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
278278
* 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'
@@ -1848,8 +1848,8 @@ export type UpdateHealthCheckRequest = {
18481848
*/
18491849
tcpConfig?: HealthCheckTcpConfig
18501850
/**
1851-
* Object to configure a MySQL health check. The check requires MySQL >=3.22,
1852-
* for older versions, use a TCP health check.
1851+
* Object to configure a MySQL health check. The check requires MySQL >=3.22
1852+
* or <9.0. For older or newer versions, use a TCP health check.
18531853
*
18541854
* One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
18551855
* 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'
@@ -2864,8 +2864,8 @@ export type ZonedApiUpdateHealthCheckRequest = {
28642864
*/
28652865
tcpConfig?: HealthCheckTcpConfig
28662866
/**
2867-
* Object to configure a MySQL health check. The check requires MySQL >=3.22,
2868-
* for older versions, use a TCP health check.
2867+
* Object to configure a MySQL health check. The check requires MySQL >=3.22
2868+
* or <9.0. For older or newer versions, use a TCP health check.
28692869
*
28702870
* One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
28712871
* 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'

0 commit comments

Comments
 (0)