@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
21 lines • 859 B
JavaScript
var InventoryStatusGroup;
(function (InventoryStatusGroup) {
InventoryStatusGroup["WARN"] = "WARN";
InventoryStatusGroup["ERROR"] = "ERROR";
InventoryStatusGroup["PROGRESS"] = "PROGRESS";
InventoryStatusGroup["NOT_MAPPED"] = "NOT_MAPPED";
InventoryStatusGroup["UNKNOWN"] = "UNKNOWN";
})(InventoryStatusGroup || (InventoryStatusGroup = {}));
export var HealthState;
(function (HealthState) {
HealthState["OK"] = "OK";
HealthState["ERROR"] = "ERROR";
HealthState["WARNING"] = "WARNING";
HealthState["LOADING"] = "LOADING";
HealthState["UNKNOWN"] = "UNKNOWN";
HealthState["UPDATING"] = "UPDATING";
HealthState["PROGRESS"] = "PROGRESS";
HealthState["UPGRADABLE"] = "UPGRADABLE";
HealthState["NOT_AVAILABLE"] = "NOT_AVAILABLE";
})(HealthState || (HealthState = {}));
//# sourceMappingURL=console-types.js.map