palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
26 lines • 742 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
*/
/**
* 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