@openshift-assisted/ui-lib
Version:
React component library for the Assisted Installer UI
30 lines • 4.08 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DESCRIPTION_METALLB = exports.DESCRIPTION_OADP = exports.DESCRIPTION_NUMA_RESOURCES = exports.DESCRIPTION_CLUSTER_OBSERVABILITY = exports.DESCRIPTION_LVM = exports.DESCRIPTION_SERVICEMESH = exports.DESCRIPTION_SERVERLESS = exports.DESCRIPTION_SELF_NODE_REMEDIATION = exports.DESCRIPTION_PIPELINES = exports.DESCRIPTION_OSC = exports.DESCRIPTION_OPENSHIFT_AI = exports.DESCRIPTION_ODF = exports.DESCRIPTION_NVIDIA_GPU = exports.DESCRIPTION_NODE_MAINTENANCE = exports.DESCRIPTION_NODE_HEALTHCHECK = exports.DESCRIPTION_NODE_FEATURE_DISCOVERY = exports.DESCRIPTION_NMSTATE = exports.DESCRIPTION_MCE = exports.DESCRIPTION_KUBE_DESCHEDULER = exports.DESCRIPTION_KMM = exports.DESCRIPTION_FENCE_AGENTS_REMEDIATION = exports.DESCRIPTION_CNV = exports.DESCRIPTION_AUTHORINO = exports.DESCRIPTION_LSO = exports.DESCRIPTION_AMD_GPU = exports.DESCRIPTION_MTV = void 0;
exports.DESCRIPTION_MTV = 'This Toolkit (MTV) enables you to migrate virtual machines from VMware vSphere, Red Hat Virtualization, or OpenStack to OpenShift Virtualization running on Red Hat OpenShift.';
exports.DESCRIPTION_AMD_GPU = 'Automate the management of AMD software components needed to provision and monitor GPUs.';
exports.DESCRIPTION_LSO = 'Allows provisioning of persistent storage by using local volumes.';
exports.DESCRIPTION_AUTHORINO = 'Lightweight external authorization service for tailor-made Zero Trust API security.';
exports.DESCRIPTION_CNV = 'Run virtual machines alongside containers on one platform.';
exports.DESCRIPTION_FENCE_AGENTS_REMEDIATION = 'Externally fences failed nodes using power controllers.';
exports.DESCRIPTION_KMM = 'Management of kernel modules.';
exports.DESCRIPTION_KUBE_DESCHEDULER = 'Evicts pods to reschedule them onto more suitable nodes.';
exports.DESCRIPTION_MCE = 'Create, import, and manage multiple clusters from this cluster.';
exports.DESCRIPTION_NMSTATE = 'Provides users with functionality to configure various network interface types, DNS, and routing on cluster nodes.';
exports.DESCRIPTION_NODE_FEATURE_DISCOVERY = 'Manage the detection of hardware features and configuration by labeling nodes with hardware-specific information.';
exports.DESCRIPTION_NODE_HEALTHCHECK = 'Identify Unhealthy Nodes.';
exports.DESCRIPTION_NODE_MAINTENANCE = 'Place nodes in maintenance mode.';
exports.DESCRIPTION_NVIDIA_GPU = 'Automate the management of NVIDIA software components needed to provision and monitor GPUs.';
exports.DESCRIPTION_ODF = 'Persistent software-defined storage for hybrid applications.';
exports.DESCRIPTION_OPENSHIFT_AI = 'Train, serve, monitor and manage AI/ML models and applications.';
exports.DESCRIPTION_OSC = 'OpenShift sandboxed containers support for OpenShift Container Platform provides users with built-in support for running Kata Containers as an additional optional runtime. It provides an additional virtualization machine(VM) isolation layer for pods.';
exports.DESCRIPTION_PIPELINES = 'Cloud-native continuous integration and delivery (CI/CD) solution for building pipelines using Tekton.';
exports.DESCRIPTION_SELF_NODE_REMEDIATION = 'Allows nodes to reboot themselves when they become unhealthy.';
exports.DESCRIPTION_SERVERLESS = 'Deploy workflow applications based on the CNCF Serverless Workflow specification.';
exports.DESCRIPTION_SERVICEMESH = 'Platform that provides behavioral insight and operational control over a service mesh.';
exports.DESCRIPTION_LVM = 'Storage virtualization that offers a more flexible approach for disk space management.';
exports.DESCRIPTION_CLUSTER_OBSERVABILITY = 'Provides observability and monitoring capabilities for your OpenShift cluster.';
exports.DESCRIPTION_NUMA_RESOURCES = 'Provides NUMA-aware scheduling to improve workload performance on NUMA systems.';
exports.DESCRIPTION_OADP = 'Backup and restore OpenShift cluster resources and persistent volumes.';
exports.DESCRIPTION_METALLB = 'Provides load balancer services for bare metal OpenShift clusters.';
//# sourceMappingURL=operatorDescriptions.js.map
;