You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to get detailed information about my component
So that
I know what commands/odo features are supported by given devfile
I know what are the parts that my application (devfile) is composed of
Acceptance Criteria
when user executes the odo describe component it should display detailed information about the devfile.yaml in the current directory
when user executed the odo describe component with --name flag it should display detailed information about the component existing on the cluster. Note that in this case the information is not extracted from devfile, but rather from Kubernetes resources. Some information might not be available (like supported odo features), in this case it should show unknown
--namespace is optional and can be used only with --name flag
In both situtation (with or without name), where are "Container components" and "Kubernetes components" coming from?
For the command without name (and with devfile), this info can come from the devfile content.
But for the command with name (and without devfile), we cannot get this info from devfile. In think that we could gather this information from the cluster, but in this case, where do we want to store this information in the JSON output?
/kind user-story
User Story
Acceptance Criteria
odo describe component
it should display detailed information about the devfile.yaml in the current directoryodo describe component
with--name
flag it should display detailed information about the component existing on the cluster. Note that in this case the information is not extracted from devfile, but rather from Kubernetes resources. Some information might not be available (like supported odo features), in this case it should showunknown
--namespace
is optional and can be used only with--name
flagodo dev
is currently running. the format is<local-address>:<local-port> -> <container-name>:<container-port>
this request to implementodo dev
- should store information about currently forwarded ports. #5676 first/kind user-story
Json output for this command is part of #5660
example
The text was updated successfully, but these errors were encountered: