/**
 * 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 { GcpClusterConfig } from './gcpClusterConfig';
import type { ClusterConfigEntity } from './clusterConfigEntity';
import type { GcpMachinePoolConfigEntity } from './gcpMachinePoolConfigEntity';
import type { SpectroClusterPolicies } from './spectroClusterPolicies';
import type { SpectroClusterProfileEntity } from './spectroClusterProfileEntity';
export type SpectroGcpClusterEntitySpec = {
    /** Cloud account uid to be used for cluster provisioning */
    cloudAccountUid: string;
    cloudConfig: GcpClusterConfig;
    clusterConfig?: ClusterConfigEntity;
    machinepoolconfig?: GcpMachinePoolConfigEntity[];
    policies?: SpectroClusterPolicies;
    profiles?: SpectroClusterProfileEntity[];
};
//# sourceMappingURL=spectroGcpClusterEntitySpec.d.ts.map