intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
For instance Traefik has a IngressRoute CRD. If I could add metadata such as `category: "Network, Ingress"` or have a right click menu to choose where it should show up...
depends on #351 With #351 one can edit resources even when you're not admin on the cluster. The tree wont display the resource though because one cannot list resources (ex....
**Steps:** 1. ASSERT: have an outdated token on the sandbox ``` $ oc get pod error: You must be logged in to the server (Unauthorized) ``` 2. ASSERT: have a...
related to #374 **Steps:** 1. ASSERT: have an outdated token on the sandbox ``` $ oc get pod error: You must be logged in to the server (Unauthorized) ``` 2....
subtask to epic #208 When a new cluster is connected to, we could propose to install existing plugins relevant to the features/CRDs available in the cluster. This should be based...
**Steps:** 1. EXEC: edit resource 2. EXEC: change metadata > name 3. ASSERT: push notification appears offering to "create new resource" 4. EXEC: create a resource with the same name...
depends on #175 if you edit a resource (in an editor) you might want to see where this resource is in the tree. We should allow this like one can...
As in vscode, IJ Kubernetes should have an api so external plugins can receive events when the current context changes or the current namespace changes or the current kubeconfig path...
follows up on #136 (PR #137) Steps: 1. ASSERT: have a namespace that you created and that you can delete without harm (ex "test") 2. ASSERT: have the namespace "kube-system"...