intellij-openshift-connector
intellij-openshift-connector copied to clipboard
Describe does nothing on a component that is only present on the cluster
Steps:
- EXEC: make sure that you're connected to the Red Hat Developer Sandbox
- ASSERT: sandbox offers a
modelmesh-controllerout of the box (not created locally), it is therefore annotated withno local contextin the resource tree - EXEC: pick "Describe" in the context menu for the
modelmesh-controller
Result: Nothing happens.
Excepected Result: As a user I'd want to know why nothing is executed. In the code I see that describe would do nothing
OdoCli:
public void describeComponent(String project, String context, String component) throws IOException {
if (context != null) {