palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
26 lines • 1.31 kB
TypeScript
/**
* 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 { ClusterConfigEntity } from './clusterConfigEntity';
import type { ClusterTemplateRef } from './clusterTemplateRef';
import type { EdgeNativeMachinePoolConfigEntity } from './edgeNativeMachinePoolConfigEntity';
import type { SpectroClusterPolicies } from './spectroClusterPolicies';
import type { SpectroClusterProfileEntity } from './spectroClusterProfileEntity';
export type SpectroEdgeNativeClusterEntitySpec = {
cloudConfig?: EdgeNativeClusterConfig;
clusterConfig?: ClusterConfigEntity;
clusterTemplate?: ClusterTemplateRef;
machinepoolconfig?: EdgeNativeMachinePoolConfigEntity[];
policies?: SpectroClusterPolicies;
/** Cluster profile references that specify which profiles to apply to the cluster. Supports overriding pack values and variables. When template references are used, pack values cannot be overridden as they are retrieved from the template's pre-configured definitions. */
profiles?: SpectroClusterProfileEntity[];
};
//# sourceMappingURL=spectroEdgeNativeClusterEntitySpec.d.ts.map