You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicid: string='kubero-operator';//same as operator name
8
8
publicdisplayName='MongoDB';
9
+
publicdescription: string=
10
+
'MongoDB(R) is a relational open source NoSQL database. Easy to use, it stores data in JSON-like documents. Automated scalability and high-performance. Ideal for developing cloud native applications.';
publicid: string='kubero-operator';//same as operator name
8
8
publicdisplayName='MySQL';
9
+
publicdescription='MySQL is a fast, reliable, scalable, and easy to use open source relational database system. Designed to handle mission-critical, heavy-load production applications.'
publicid: string='kubero-operator';//same as operator name
8
8
publicdisplayName='PostgreSQL';
9
+
publicdescription='PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures.';
publicid: string='kubero-operator';//same as operator name
8
8
publicdisplayName='RabbitMQ';
9
+
publicdescription='RabbitMQ is an open source general-purpose message broker that is designed for consistent, highly-available messaging scenarios (both synchronous and asynchronous).';
publicid: string='kubero-operator';//same as operator name
9
9
publicdisplayName='Redis';
10
+
publicdescription='Redis(R) is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.';
0 commit comments