UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

21 lines 715 B
/** * 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 */ import type { Time } from './time'; export type OsPatchConfig = { onDemandPatchAfter?: Time; /** PatchOnBoot indicates need to do patch when node first boot up, only once */ patchOnBoot?: boolean; /** Reboot once the OS patch is applied */ rebootIfRequired?: boolean; /** The schedule at which security patches will be applied to OS. Schedule should be in Cron format, see https://en.wikipedia.org/wiki/Cron for more help. */ schedule?: string; }; //# sourceMappingURL=osPatchConfig.d.ts.map