UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

25 lines 981 B
/** * Copyright (c) Spectro Cloud * SPDX-License-Identifier: Apache-2.0 */ /** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Palette APIs - 4.7 * OpenAPI spec version: v1 */ import type { CustomClusterConfig } from './customClusterConfig'; import type { CustomClusterConfigEntity } from './customClusterConfigEntity'; import type { ClusterType } from './clusterType'; import type { CustomMachinePoolConfigEntity } from './customMachinePoolConfigEntity'; import type { SpectroClusterProfileEntity } from './spectroClusterProfileEntity'; export type SpectroCustomClusterEntitySpec = { /** Cloud account uid to be used for cluster provisioning */ cloudAccountUid: string; cloudConfig: CustomClusterConfig; clusterConfig?: CustomClusterConfigEntity; clusterType?: ClusterType; machinepoolconfig?: CustomMachinePoolConfigEntity[]; profiles?: SpectroClusterProfileEntity[]; }; //# sourceMappingURL=spectroCustomClusterEntitySpec.d.ts.map