UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

30 lines 1.09 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 { ClusterProfileTemplateMeta } from './clusterProfileTemplateMeta'; import type { ClusterGroupResource } from './clusterGroupResource'; import type { ClusterGroupSummarySpecEndpointType } from './clusterGroupSummarySpecEndpointType'; import type { ObjectResReference } from './objectResReference'; import type { ClusterKubernetesDistroType } from './clusterKubernetesDistroType'; /** * Cluster group summay spec */ export type ClusterGroupSummarySpec = { clusterProfileTemplates?: ClusterProfileTemplateMeta[]; cpu?: ClusterGroupResource; endpointType?: ClusterGroupSummarySpecEndpointType; hostClusters?: ObjectResReference[]; hostClustersCount?: number; kubernetesDistroType?: ClusterKubernetesDistroType; memory?: ClusterGroupResource; scope?: string; virtualClustersCount?: number; }; //# sourceMappingURL=clusterGroupSummarySpec.d.ts.map