-
Notifications
You must be signed in to change notification settings - Fork 152
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
"The Tekton APIs" link in https://tekton.dev/docs/overview/ links to k8s CRD page #363
Comments
Thanks for the issue @naphatkrit and apologies for the delay responding. We discussed this on the Docs WG today when reviewing potential issues for new contributors. The APIs in this case are referring to the Kubernetes CRDs provided by the Tekton Pipelines project. We have another issue to make the API reference for these available on the website: #117, and there has been some recent progress on generating the required content: tektoncd/pipeline#1250 Once that's available it would probably make sense to point to it instead of the Kubernetes docs. A link to the go APIs would also be useful although I think that's probably better suited to some more advanced docs rather than the overview. |
Great, thank you!
…On Tue, Apr 26, 2022 at 6:48 PM Alan Greene ***@***.***> wrote:
Thanks for the issue @naphatkrit <https://github.com/naphatkrit> and
apologies for the delay responding.
We discussed this on the Docs WG today when reviewing potential issues for
new contributors.
The APIs in this case are referring to the Kubernetes CRDs provided by the
Tekton Pipelines project. We have another issue to make the API reference
for these available on the website: #117
<#117>, and there has been some
recent progress on generating the required content: tektoncd/pipeline#1250
<tektoncd/pipeline#1250>
Once that's available it would probably make sense to point to it instead
of the Kubernetes docs.
A link to the go APIs would also be useful although I think that's
probably better suited to some more advanced docs rather than the overview.
—
Reply to this email directly, view it on GitHub
<#363 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGR5LIFHCHVUQGWIP6LBI3VHAUANANCNFSM5R3FYBOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Tekton generated API references is now available for Pipelines here |
This also looks like a duplicate of #117? |
Related but not a duplicate IMO. #117 covers publishing the content of the API references on the website. The content is available for Pipelines now at the location you referenced above. This issue is specifically related to the link in the overview doc which currently points to Kubernetes docs. Pointing to these new Pipeline API reference docs would definitely be useful but doesn't cover the Triggers portion yet. That paragraph could do with being updated to clarify that the APIs being discussed are the set of CRDs defined by Tekton. It's mentioned briefly under the 'What are the components of Tekton?' section on that page but could probably benefit from some elaboration. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: 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. |
Today, "The Tekton APIs" link just links out to the k8s CRD page. Was this supposed to link somewhere else? Are the APIs just referring to the go APIs for creating tekton CRDs as golang objects? Or are there other programmatic APIs somewhere else?
The text was updated successfully, but these errors were encountered: