The Wayback Machine - https://web.archive.org/web/20210217110807/https://github.com/topics/tekton
Skip to content
#

tekton

Here are 87 public repositories matching this topic...

dibyom
dibyom commented Oct 12, 2020

Expected Behavior

We use a helper function to generate rawExtension objects needed in tests

Actual Behavior

Currently manually setting an []byte with inline json string in quite a few tests which makes the tests brittle.
For some error cases, this might be useful but generally we should use the helper function when possible.

Additional Info

func rawExtension(t *testin
VeereshAradhya
VeereshAradhya commented Oct 21, 2020

Versions and Operating System

  • Kubernetes version:

    Output of kubectl version:

    Client Version: version.Info{Major:"1", Minor:"10+", GitVersion:"v1.10.0+b3b92b2", GitCommit:"b3b92b2", GitTreeState:"clean", BuildDate:"2020-07-15T09:27:21Z", GoVersion:"go1.14.3", Compiler:"gc", Platform:"linux/amd64"}
    Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19
    
zapman449
zapman449 commented Jan 23, 2021

Expected Behavior

Text says:

Any of the above options will fetch the image using the ImagePullSecrets attached to the ServiceAccount specified in the PipelineRun. See the Service Account section for details on how to configure a ServiceAccount on a PipelineRun. The PipelineRun will then run that Task without registering it in the cluster allowing multiple versions of the same named Task t

Improve this page

Add a description, image, and links to the tekton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tekton topic, visit your repo's landing page and select "manage topics."

Learn more