UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

20 lines 701 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 { VmNodeSelectorTerm } from './vmNodeSelectorTerm'; /** * An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). */ export type VmPreferredSchedulingTerm = { preference: VmNodeSelectorTerm; /** Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. */ weight: number; }; //# sourceMappingURL=vmPreferredSchedulingTerm.d.ts.map