/**
 * 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 { ObjectResReference } from './objectResReference';
/**
 * ClusterProfileStatus defines the observed state of ClusterProfile
 */
export type ClusterProfileStatus = {
    /** If it is true then profile pack values has a reference to user defined macros */
    hasUserMacros?: boolean;
    /** Deprecated. Use inUseClusters */
    inUseClusterUids?: string[];
    inUseClusters?: ObjectResReference[];
    isPublished?: boolean;
};
//# sourceMappingURL=clusterProfileStatus.d.ts.map