-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support kubectl explain #3416
Comments
@jlpettersson so my guess is #3173 would help, but it comes with a problem : our spec are huge, so having the openapi spec embedded in the CRD breaks the |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale still useful, unfortunately there is no easy way to imp this |
at least I know this issue is known and is hard to implement |
I could not remember the reason why it wasn't easy but i rem it was @vdemeester who was telling me about it 😀 |
@chmouel this seems to be a valid point |
It would be very welcome if we could, at a minimum, link to the API specs as part of the description field of the CRD. |
There s a new PR trying to fix that 👼🏼 #8490 |
Feature request
When working with yaml, it is hard to know all the fields, and it is cumbersome to find yaml in the doc. When working with kubernetes it is good to be able to use
kubectl explain <resource>
to understand the yaml structure.This is not well supported for Tekton resources:
Would it be possible to improve on this?
Use case
I would like to e.g. lookup how a
PipelineRun
should be structured with:But that is not so helpful, e.g. compare with
kubectl explain Deployment.spec
- that is very helpful.The text was updated successfully, but these errors were encountered: