UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

26 lines 764 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 */ /** * Information about a schedule for the policy */ export type Schedule = { /** * Specifies the time window in hours during which the system is allowed to start upgrades on eligible clusters. Actual upgrade completion may vary due to cluster-specific factors like bandwidth, capacity, or environment. * @minimum 1 * @maximum 24 */ durationHrs: number; /** Name of the upgrade schedule */ name: string; /** Cron expression for the start time of the schedule */ startCron: string; }; //# sourceMappingURL=schedule.d.ts.map