feat(cleanup): remove all Kubernetes and kubectl references, aliases, and completions

This commit is contained in:
2026-09-09 08:20:40 +02:00
parent 062c7307df
commit 5d2a23db88
8 changed files with 0 additions and 83 deletions
-5
View File
@@ -45,11 +45,6 @@
"key": "Docker",
"text": "docker --version 2>/dev/null | cut -d' ' -f3 | tr -d ','"
},
{
"type": "command",
"key": "Kubectl",
"text": "kubectl version --client --output=yaml 2>/dev/null | grep gitVersion | cut -d' ' -f4"
},
{
"type": "command",
"key": "Go",