palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
21 lines • 606 B
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 { SpectroClusterVariable } from './spectroClusterVariable';
/**
* Cluster template profile information
*/
export type ClusterTemplateProfileVariable = {
/** UID of the cluster profile */
uid?: string;
/** List of cluster profile variable values for the cluster to be updated. */
variables?: SpectroClusterVariable[];
};
//# sourceMappingURL=clusterTemplateProfileVariable.d.ts.map