Skip to content

Commit fae50a1

Browse files
authored
Merge pull request #531 from R-Studio/plugin_api_v2
New Plugin: Kubernetes Context Switcher
2 parents 93a6659 + 2223aef commit fae50a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
3+
"Name": "Kubernetes Context Switcher",
4+
"Description": "Switch between Kubernetes contexts quickly using Flow Launcher. View current context, list all available contexts, and switch between them with ease.",
5+
"Author": "Robin Hermann",
6+
"Version": "1.0.1",
7+
"Language": "csharp",
8+
"Website": "https://github.com/r-studio/Flow.Launcher.Plugin.KubernetesContextSwitcher",
9+
"UrlDownload": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/releases/download/v1.0.1/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip",
10+
"UrlSourceCode": "https://github.com/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher/tree/main",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/R-Studio/Flow.Launcher.Plugin.KubernetesContextSwitcher@main/images/k8s.png"
12+
}

0 commit comments

Comments
 (0)