intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
related to #456 taken from the comment https://github.com/redhat-developer/intellij-kubernetes/pull/456#pullrequestreview-1052112346  Push, pull and diff are all about interacting with the server. "Remove clutter" is only about the editor. The action should...
**Steps:** 1. ASSERT: make sure you have a freshly created RH sandbox and are logged in as developer (you'd notice that there are no namespaces/projects yet) 2. EXEC: open an...
depends on #215 When follwing logs of a resource a user should be able to start & stop/pause the logging.
depends on #215 related to #440 Should be able to filter incoming logs so that I only see the logging that is of interest for me (filter out the noise)...
**Steps:** 1. ASSERT: have minikube with tekton 2. ASSERT: make sure that you dont have the following 2 tasks: * add-task-2 * task-print-date 4. EXEC: open the following in an...
**Steps:** 1. ASSERT: make sure that you're connected to a cluster where you dont have permissions to list the custom resource (ex. RH sandbox):  2. ASSERT: identify a custom...
As I told you @adietish we got a problem in tekton with our unit tests because the k8s plugin gots invoked with the in-memory editor and there was an error...
**Steps:** 1. ASSERT: have a resource to edit in your cluster 2. EXEC: open the cluster resource in an editor & modify it 3. ASSERT: push notification with "Diff" action...
**Steps:** 1. ASSERT: have 2 clusters, cluster1 set as current, cluster2 not reachable (ex. minikube stopped) 2. ASSERT: have a resource file to edit ex. job.xml ``` apiVersion: batch/v1 kind:...
subtask to #31