tekton

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package tekton installs the Tekton Pipelines controller into a Kubernetes cluster. Idempotent: skips apply if pipelines.tekton.dev CRD already exists.

Index

Constants

View Source
const DefaultTektonVersion = "v1.12.0"

DefaultTektonVersion is the Tekton Pipelines release that `tkn-act cluster up` installs when neither `--tekton-version` nor `TKN_ACT_TEKTON_VERSION` is set. Bump in lock-step with the cluster-integration CI matrix in `.github/workflows/cluster-integration.yml`. See `docs/superpowers/specs/2026-05-13-tekton-bump-and-matrix-design.md` for the LTS-pinning policy.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer

type Installer struct {
	// contains filtered or unexported fields
}

func New

func New(opt Options) *Installer

func (*Installer) Install

func (i *Installer) Install(ctx context.Context) error

type Options

type Options struct {
	Kubeconfig string
	Runner     cmdrunner.Runner
	Apiext     apiextclient.Interface
	Kube       kubernetes.Interface
	Version    string // e.g. "v1.12.0"; empty defaults to DefaultTektonVersion
	Timeout    time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL