From a18f1f881b29c7d8d7411516c6a403aa59fe5589 Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Tue, 5 Jan 2021 15:42:15 -0500 Subject: [PATCH] =?UTF-8?q?Improve=20user=20profiles=20=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I missed a couple pieces of feedback from @sbwsg: a typo and also a comment about folks who may want to conform to the Tekton API but not use the same implementation. I'm not sure I've fully captured that here but hopefully it's a start? --- user-profiles.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/user-profiles.md b/user-profiles.md index dd9d4f3d8..bac568d23 100644 --- a/user-profiles.md +++ b/user-profiles.md @@ -36,9 +36,18 @@ For example: * [Jenkins X](https://github.com/jenkins-x/jx) * A platform team at a company who chooses to create their own bespoke user experience on top of Tekton +#### 3a. Platform Builder Implementing the Tekton API + +Some platform builders may wish to create their own systems which comply to Tekton API specs (e.g. +[the Tekton Pipelines API spec](https://github.com/tektoncd/pipeline/blob/master/docs/api-spec.md)) but use their own +implementations. + +For example: +* Someone who wants to use Tekton Tasks but does not want to use Kubernetes + ### 4. Tekton Installation Operator -A Tekton installation operator administers the an installation of Tekton in a kubernetes cluster (e.g. maybe via [the Tekton Operator](https://github.com/tektoncd/operator)). +A Tekton installation operator administers an installation of Tekton in a kubernetes cluster (e.g. maybe via [the Tekton Operator](https://github.com/tektoncd/operator)). ### 5. Supporting Tool Developer