UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

18 lines 704 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 { VmQuantity } from './vmQuantity'; /** * Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ */ export type VmCoreResourceRequirementsRequests = { [key: string]: VmQuantity; }; //# sourceMappingURL=vmCoreResourceRequirementsRequests.d.ts.map