palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
28 lines • 781 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
*/
/**
* Pack registry metadata
*/
export type PackRegistryMetadata = {
/** If true then helm registry is private and is not accessible for the content sync */
isPrivate?: boolean;
/** If true the registry sync is supported */
isSyncSupported?: boolean;
/** Pack registry kind [ "pack", "helm", "oci" ] */
kind?: string;
/** Pack registry name */
name?: string;
/** OCI registry provider type [ "helm", "pack", "zarf" ] */
providerType?: string;
/** Pack registry uid */
uid?: string;
};
//# sourceMappingURL=packRegistryMetadata.d.ts.map