palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
19 lines • 1.13 kB
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
export type MachineHealthCheckConfig = {
/** HealthCheckMaxUnhealthy is the value above which, if current nodes are unhealthy remediation will not be triggered Can be an absolute int64 number or a percentage string Default value is 100%, i.e by default it is disabled */
healthCheckMaxUnhealthy?: string;
/** NetworkReadyHealthCheckDuration is the timeout to check for the network availability. If the network is not available in the given available time, beyond the timeout check a node will be killed and a new node will be created. Default time is 10m */
networkReadyHealthCheckDuration?: string;
/** NodeReadyHealthCheckDuration is the timeout to check for the node ready state. If the node is not ready within the time out set, the node will be deleted and a new node will be launched. Default time is 10m */
nodeReadyHealthCheckDuration?: string;
};
//# sourceMappingURL=machineHealthCheckConfig.d.ts.map