UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

24 lines (23 loc) 1.04 kB
/** * 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 */ /** * Specifies the scope of cluster-wide resources to include in the backup based on the flag'--include-cluster-resources': - "Always": --include-cluster-resources=true, which includes all cluster-wide resources; restores only on the original cluster. - "Auto": don't specify --include-cluster-resources, which exclude general cluster-wide resources, but includes PersistentVolumes linked to selected namespaces. - "Never": --include-cluster-resources=false, exclude all cluster-wide resources, including PersistentVolumes. */ export type IncludeClusterResourceMode = typeof IncludeClusterResourceMode[keyof typeof IncludeClusterResourceMode]; export declare const IncludeClusterResourceMode: { readonly Always: "Always"; readonly Auto: "Auto"; readonly Never: "Never"; }; //# sourceMappingURL=includeClusterResourceMode.d.ts.map