UNPKG

@openshift-assisted/ui-lib

Version:

React component library for the Assisted Installer UI

10 lines 461 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getK8sProxyURL = void 0; // Alternative namespaces: // assisted-installer: pre-2.3 // open-cluster-management: acm >= 2.3 // rhacm: acm downstream >= 2.3 const getK8sProxyURL = (aiNamespace = 'open-cluster-management') => `/api/v1/namespaces/${aiNamespace}/services/https:assisted-service:8090/proxy`; exports.getK8sProxyURL = getK8sProxyURL; //# sourceMappingURL=proxy.js.map