UNPKG

@controlplane/cli

Version:

Control Plane Corporation CLI

16 lines 687 B
"use strict"; /** * Constants and configuration values for the K8s converter */ Object.defineProperty(exports, "__esModule", { value: true }); exports.K8S_CONVERTER_LOGGING_CONVERSIONS_PATH = exports.K8S_CONVERTER_LOGGING_BASE_URL = void 0; /** * The base URL of the K8s Converter Logging API. */ exports.K8S_CONVERTER_LOGGING_BASE_URL = 'https://k8s-converter-logging.controlplane.site'; /** * The full URL to the `/conversions` endpoint of the K8s Converter Logging API. * Use this to send POST requests containing conversion data. */ exports.K8S_CONVERTER_LOGGING_CONVERSIONS_PATH = `${exports.K8S_CONVERTER_LOGGING_BASE_URL}/conversions`; //# sourceMappingURL=constants.js.map