UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 800 B
/** * 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 { 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