UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

28 lines 1.25 kB
/** * 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 { EdgeNativeClusterConfig } from './edgeNativeClusterConfig'; import type { EdgeNativeClusterConfigPairEntity } from './edgeNativeClusterConfigPairEntity'; import type { SpectroClusterPairMeta } from './spectroClusterPairMeta'; import type { EdgeNativeMachinePoolConfigEntity } from './edgeNativeMachinePoolConfigEntity'; import type { ClusterProfileTemplate } from './clusterProfileTemplate'; export type SpectroEdgeNativeClusterPairEntitySpec = { cloudConfig?: EdgeNativeClusterConfig; clusterConfig?: EdgeNativeClusterConfigPairEntity; clusterMeta?: SpectroClusterPairMeta; machinepoolconfig: EdgeNativeMachinePoolConfigEntity[]; /** ClusterProfileTemplate is a copy of the draft version or latest published version of the clusterprofileSpec.clusterprofileTemplate */ profiles: ClusterProfileTemplate[]; /** Registration token to pair the cluster */ registrationToken: string; /** Stylus Agent Version */ stylusAgentVersion: string; }; //# sourceMappingURL=spectroEdgeNativeClusterPairEntitySpec.d.ts.map