palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
22 lines • 913 B
TypeScript
/**
* 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
*/
/**
* ConfigMapVolumeSource adapts a ConfigMap into a volume. More info: https://kubernetes.io/docs/concepts/storage/volumes/#configmap
*/
export type VmConfigMapVolumeSource = {
/** Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names */
name?: string;
/** Specify whether the ConfigMap or it's keys must be defined */
optional?: boolean;
/** The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart). */
volumeLabel?: string;
};
//# sourceMappingURL=vmConfigMapVolumeSource.d.ts.map