-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
describe operator backed services #2615
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Current scoped workWe were able to figure out how a This is how one of the
As first step we would show this value as is when someone asks for json output for
Similarly the output for human readable output would be -
Or Maybe consider a non tablular approach instead?
Also maybe we can sort the fields using the
So deeper fields are shown lower? |
@dgolovin can you Please validate the json output part |
Also do we wanna do autocomplete? we would need to do some caching for a usable autocomplete as the api call would be slow. |
I would keep the original ordering. It looks like it follows some logical ordering.
We can check autocomplete later. Not a high priority now. |
I had a question how to distinguish if the user is asking for service catalog service or an operator. |
Also if a user provide just |
yes
if it is operator based service it should always be specified as operator/cr |
User Story
As a user, I want to get detailed information about operator backed service before I create it
Acceptance Criteria
odo catalog describe service <name>
should provide detailed information about the service from OperatorHub.odo catalog describe service <name> -o json
should provide detailed information about the service from OperatorHub in json formatSame AC moved from #2785
odo catalog describe service <service-mame>
- should include all available parameters, that can be used inodo service create
command.odo catalog describe service <service-mame> -o json
- should include all available parameters, that can be used inodo service create
command in json format, so it can be programmatically parsed and properodo service create
command can be generatedLinks
/kind user-story
/area catalog
/area service-operators
The text was updated successfully, but these errors were encountered: