Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading