UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

20 lines 558 B
/** * 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 */ /** * Cluster level configuration for MAAS cloud and applicable for all the machine pools */ export type MaasClusterConfig = { /** Domain name of the cluster to be provisioned */ domain: string; /** SSH keys specifies a list of ssh authorized keys for the 'spectro' user */ sshKeys?: string[]; }; //# sourceMappingURL=maasClusterConfig.d.ts.map