Skip to content
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

odo catalog service describe service/cr -o json output is not openAPIV3Schema json #4790

Closed
dgolovin opened this issue Jun 10, 2021 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@dgolovin
Copy link
Contributor

/kind bug

What versions of software are you using?

Operating System: Linux

Output of odo version: 2.2.1

How did you run odo exactly?

odo catalog service describe service/cr -o json

Actual behavior

Output contains resource description from ClusterServiceVersion not actual CRD's openAPIV3Schema, thus type and format attributes are missing, which are required to generate usable form with parameter specific input elements and validation.

Expected behavior

When creating operator backed service to generate form to request input from user the same way it is done in DC, both resource description from ClusterServiceVersion and CRD's openAPIV3Schema data required.

Any logs, error output, etc?

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 10, 2021
@girishramnani
Copy link
Contributor

@dgolovin - I am really sorry for the confusion, but this is intentional and to know more please go over the revised proposal #4751

@girishramnani
Copy link
Contributor

Closing this as it’s expected behaviour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants