-
Notifications
You must be signed in to change notification settings - Fork 206
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
CustomResourceDefinitions Do Not Have Metadata For "explain" response #582
Comments
An example of a proper response would be:
|
+ 💯 We shall try to work with the TektonCD community and get this in for CRDs coming from each indidual projects (TektonPipeline, TektonTriggers...). To start with we shall try to do this for the CRD definitions in operaotor (eg: TektonConfig).
cc @vdemeester |
This PR: tektoncd/pipeline#1776 is a good reference on how to generate it automatically. ref: https://github.com/knative/serving/blob/main/hack/update-schemas.sh |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale Issue is still awaiting a resolution |
/lifecycle frozen |
Expected Behavior
Given that the Tekton operator is installed on an OpenShift cluster
When I execute
oc explain <TektonResource>
Then I expect to see information documenting the API and Resources
Actual Behavior
Steps to Reproduce the Problem
oc explain --recursive EventListener
Additional Info
The text was updated successfully, but these errors were encountered: