intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
depends on #175 CRDs can now contain schemas via the `openAPIV3Schema` tag. We should support those. ``` "versions": [ { "additionalPrinterColumns": [ { "description": "The Kamelet Binding phase", "jsonPath": ".status.phase",...
related to #176 While testing the buildConfigs PR, i wanted to use a template i had (https://github.com/redhat-developer/openshift-actions/blob/master/examples/build-deploy-modern-web-app/vue-quasar/template.yml) to trigger the creation of some resources but then i realized that we...
Followup on #72 The tooling wont receive any events for cluster scoped CRDs and CRs. It only works if you are cluster admin. This was confirmed by @jeffmaury in commet...
We currently list all namespaces/projects in the tree that's displayed in the tool window. This makes the user scroll a lot until she/he gets to the resources she/he wants to...
Sonar currently won't detected and report the test coverage as discussed here: https://github.com/redhat-developer/intellij-kubernetes/issues/52#issuecomment-737764552 We should fix this
Currently jobs are listed as is, without displaying pods that belong to them as children. That's how vscode is impl'd currently:  [We agreed](https://github.com/redhat-developer/intellij-kubernetes/issues/70#issuecomment-651631763) when discussing #70 that it would...
depends on #34 based on the discussion at https://github.com/redhat-developer/intellij-kubernetes/pull/34#issuecomment-631038838 the contexts that are listed in the tool window are very long. They currently match the way that's used in vscode...
I have been using the Jetbrains Kubernetes plugin on and off for a while now, and have several clusters added in IntelliJ. I wanted to give the Redhat Kubernetes plugin...
follows up on #553 In #553 "describe" was implemented for `Pod`. No other resource is supported. We need to support all the resources that `kubectl describe` provides details for.
fixes #779 depends on https://github.com/redhat-developer/intellij-common/pull/237 related to https://github.com/fabric8io/kubernetes-client/issues/6240 This is a tentative, simplified fix where I override the kubernetes-client `io.fabric8.kubernetes.client.Config` class within the classpath of our plugin. A proper fix...