redhat-developer / intellij-kubernetes

IntelliJ Kubernetes plugin
https://plugins.jetbrains.com/plugin/15921-kubernetes-by-red-hat
Eclipse Public License 2.0
20 stars 20 forks source link

"Push" notification should disappear if editor is empty #747

Open olkornii opened 7 months ago

olkornii commented 7 months ago
  1. No toolbar should be visible if if the editor is empty
  2. A toolbar/notification should be displayed if the editor contains at least:
    apiVersion: ...
    kind: ...
  3. An error should be displayed if there's more than the bare minimum (apiVersion, kind) but the content is not valid k8s yaml/json