Skip to content

Commit 1f62f23

Browse files
committed
feat: add provider and remote/local keywords for filtering
1 parent 969ea58 commit 1f62f23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/extensions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"shortDescription": "OpenShift Sandbox sign up and provisioning",
146146
"license": "Apache-2.0",
147147
"categories": ["Kubernetes"],
148-
"keywords": ["redhat", "sandbox"],
148+
"keywords": ["redhat", "sandbox", "provider", "remote"],
149149
"versions": [
150150
{
151151
"version": "0.0.4",
@@ -199,7 +199,7 @@
199199
"shortDescription": "Run Red Hat OpenShift locally",
200200
"license": "Apache-2.0",
201201
"categories": ["Kubernetes"],
202-
"keywords": ["OpenShift", "MicroShift"],
202+
"keywords": ["OpenShift", "MicroShift", "provider", "local"],
203203
"versions": [
204204
{
205205
"version": "2.0.0",
@@ -353,7 +353,7 @@
353353
"shortDescription": "Run Kubernetes locally",
354354
"license": "Apache-2.0",
355355
"categories": ["Kubernetes"],
356-
"keywords": ["kubernetes", "minikube"],
356+
"keywords": ["kubernetes", "minikube", "provider", "local"],
357357
"versions": [
358358
{
359359
"version": "0.3.0",

0 commit comments

Comments
 (0)