@openshift-console/dynamic-plugin-sdk
Version:
Based on the concept of [webpack module federation](https://webpack.js.org/concepts/module-federation/), dynamic plugins are loaded and interpreted from remote sources at runtime. The standard way to deliver and expose dynamic plugins to Console is throug
15 lines • 704 B
JavaScript
export var ByteDataTypes;
(function (ByteDataTypes) {
ByteDataTypes["BinaryBytes"] = "binaryBytes";
ByteDataTypes["BinaryBytesWithoutB"] = "binaryBytesWithoutB";
ByteDataTypes["DecimalBytes"] = "decimalBytes";
ByteDataTypes["DecimalBytesWithoutB"] = "decimalBytesWithoutB";
})(ByteDataTypes || (ByteDataTypes = {}));
export var PrometheusEndpoint;
(function (PrometheusEndpoint) {
PrometheusEndpoint["LABEL"] = "api/v1/label";
PrometheusEndpoint["RULES"] = "api/v1/rules";
PrometheusEndpoint["QUERY"] = "api/v1/query";
PrometheusEndpoint["QUERY_RANGE"] = "api/v1/query_range";
})(PrometheusEndpoint || (PrometheusEndpoint = {}));
//# sourceMappingURL=internal-types.js.map