/**
 * 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
 */
/**
 * Oci Image Registry
 */
export type OciImageRegistry = {
    /** baseContentPath is the root path for the registry content */
    baseContentPath?: string;
    caCert?: string;
    endpoint?: string;
    insecureSkipVerify?: boolean;
    /** mirrorRegistries contains the array of image sources like gcr.io, ghcr.io, docker.io */
    mirrorRegistries?: string;
    name?: string;
    password?: string;
    username?: string;
};
//# sourceMappingURL=ociImageRegistry.d.ts.map