UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

12 lines 443 B
import { Cluster, InfraEnv } from '@openshift-assisted/types/assisted-installer-service'; export type ProxyFieldsType = { enableProxy: boolean; httpProxy?: Cluster['httpProxy']; httpsProxy?: Cluster['httpsProxy']; noProxy?: Cluster['noProxy']; }; export type TrustedCertificateFieldsType = { enableCertificate: boolean; trustBundle?: InfraEnv['additionalTrustBundle']; }; //# sourceMappingURL=generateIsoFields.d.ts.map