LoadBalancerConfig
Defined in: packages/webhook/src/dispatcher/types.ts:33
Properties
Section titled “Properties”healthCheckInterval
Section titled “healthCheckInterval”healthCheckInterval:
number
Defined in: packages/webhook/src/dispatcher/types.ts:35
healthCheckTimeoutMs
Section titled “healthCheckTimeoutMs”healthCheckTimeoutMs:
number
Defined in: packages/webhook/src/dispatcher/types.ts:36
strategy
Section titled “strategy”strategy:
"round-robin"|"least-connections"|"weighted"|"random"
Defined in: packages/webhook/src/dispatcher/types.ts:34
weights?
Section titled “weights?”
optionalweights:Record<string,number>
Defined in: packages/webhook/src/dispatcher/types.ts:37