/**
 * 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 { EdgeNativeControlPlaneEndPoint } from './edgeNativeControlPlaneEndPoint';
/**
 * EdgeNativeHybridClusterConfig defines Edge Native Cluster specific specification
 */
export type EdgeNativeHybridClusterConfig = {
    controlPlaneEndpoint?: EdgeNativeControlPlaneEndPoint;
    /** NTPServers is a list of NTP servers to use instead of the machine image's default NTP server list */
    ntpServers?: string[];
    /** SSHKeys specifies a list of ssh authorized keys to access the vms as a 'spectro' user */
    sshKeys?: string[];
};
//# sourceMappingURL=edgeNativeHybridClusterConfig.d.ts.map