-
Notifications
You must be signed in to change notification settings - Fork 604
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
Objects don't have a description via kubectl explain
#3054
Comments
related to #2609 |
Fixing #2609 (adding OpenAPI to CRDs) will fix this one. |
I started looking at this and thought about just fixing the "top level" description for the crd, and then I ran into this. Just jotting this down, not saying this is the problem, but... |
/assign I'm going to take a stab at helping with this one |
@aavarghese will be taking care of Sequence and Parallel (as reported to me by @lionelvillard). Still up for grabs are: channel, containerresource, and eventtype. I'll probably pick one of these 3 to continue work on Monday, if anyone else wants to help please ping here noting which resource you'll work on. |
Running the generator (https://github.com/Harwayne/knative-gcp/tree/reflective-schema/hack/schema) for Sequence and Parallel is throwing a panic.
I'm currently working on APIServerSource. cc: @lionelvillard @nlopezgi |
I had
iirc, I had the same error happen for channel. Lets get the easy ones out of the way and then deal later with whatever type this generator dislikes. |
@nlopezgi I'm working on containersource next |
@aavarghese thanks for letting me know. I'm working on eventtype next. |
I think we only have left the ones for which the generator is problematic:
|
with the current PRs in progress I think we should complete this issue? do you know if there are other resources that we should also be fixing similarly as part of this issue @lionelvillard ? |
@nlopezgi I'm curious, what was the issue with the generator that caused the failures for parallel, sequence, channel? How did we get past it? |
It's an issue related to handling type |
/close |
@nlopezgi: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Describe the bug
No description when running
kubectl explain
Expected behavior
I expected a description like all other k8s objects.
Maybe it comes from the
kubectl
code and we cannot getexplain
to work on CRDs.The text was updated successfully, but these errors were encountered: