UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

22 lines 715 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 */ /** * DataVolumeSourceS3 provides the parameters to create a Data Volume from an S3 source */ export type VmDataVolumeSourceS3 = { /** CertConfigMap is a configmap reference, containing a Certificate Authority(CA) public key, and a base64 encoded pem certificate */ certConfigMap?: string; /** SecretRef provides the secret reference needed to access the S3 source */ secretRef?: string; /** URL is the url of the S3 source */ url: string; }; //# sourceMappingURL=vmDataVolumeSourceS3.d.ts.map