intellij-kubernetes
                                
                                 intellij-kubernetes copied to clipboard
                                
                                    intellij-kubernetes copied to clipboard
                            
                            
                            
                        Push notification should change from "create new resource" to "update existing" when I externally create the resource
Steps:
- EXEC: edit resource
- EXEC: change metadata > name
- ASSERT: push notification appears offering to "create new resource"
- EXEC: create a resource with the same name using kubectl or web console
Result: Editor won't notice, the notification stays "create new resource" while it should turn to "update existing resource" since it should have noticed that the resource was added on the cluster
The bug is only in display, there's no harm. The editor is still able to push the editor to the cluster.