/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
/**
 * cluster proxy config spec
 */
export type ClusterProxySpec = {
    /** Location to mount Proxy CA cert inside container */
    caContainerMountPath?: string;
    /** Location for Proxy CA cert on host nodes */
    caHostPath?: string;
    /** URL for HTTP requests unless overridden by NoProxy */
    httpProxy?: string;
    /** HTTPS requests unless overridden by NoProxy */
    httpsProxy?: string;
    /** NoProxy represents the NO_PROXY or no_proxy environment */
    noProxy?: string;
};
//# sourceMappingURL=clusterProxySpec.d.ts.map