Skip to content

Commit

Permalink
feat: add provider and remote/local keywords for filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Sep 20, 2024
1 parent 969ea58 commit 1f62f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"shortDescription": "OpenShift Sandbox sign up and provisioning",
"license": "Apache-2.0",
"categories": ["Kubernetes"],
"keywords": ["redhat", "sandbox"],
"keywords": ["redhat", "sandbox", "provider", "remote"],
"versions": [
{
"version": "0.0.4",
Expand Down Expand Up @@ -199,7 +199,7 @@
"shortDescription": "Run Red Hat OpenShift locally",
"license": "Apache-2.0",
"categories": ["Kubernetes"],
"keywords": ["OpenShift", "MicroShift"],
"keywords": ["OpenShift", "MicroShift", "provider", "local"],
"versions": [
{
"version": "2.0.0",
Expand Down Expand Up @@ -353,7 +353,7 @@
"shortDescription": "Run Kubernetes locally",
"license": "Apache-2.0",
"categories": ["Kubernetes"],
"keywords": ["kubernetes", "minikube"],
"keywords": ["kubernetes", "minikube", "provider", "local"],
"versions": [
{
"version": "0.3.0",
Expand Down

0 comments on commit 1f62f23

Please sign in to comment.