tekton

package
v0.20.1 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StorageBackendTekton      = "tekton"
	PayloadAnnotationFormat   = "chains.tekton.dev/payload-%s"
	SignatureAnnotationFormat = "chains.tekton.dev/signature-%s"
	CertAnnotationsFormat     = "chains.tekton.dev/cert-%s"
	ChainAnnotationFormat     = "chains.tekton.dev/chain-%s"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Backend

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

Backend is a storage backend that stores signed payloads in the TaskRun metadata as an annotation. It is stored as base64 encoded JSON. Deprecated: use Storer instead.

func NewStorageBackend

func NewStorageBackend(ps versioned.Interface) *Backend

NewStorageBackend returns a new Tekton StorageBackend that stores signatures on a TaskRun

func (*Backend) RetrievePayloads added in v0.7.0

func (b *Backend) RetrievePayloads(ctx context.Context, obj objects.TektonObject, opts config.StorageOpts) (map[string]string, error)

RetrievePayload retrieve the payload stored in the taskrun.

func (*Backend) RetrieveSignatures added in v0.7.0

func (b *Backend) RetrieveSignatures(ctx context.Context, obj objects.TektonObject, opts config.StorageOpts) (map[string][]string, error)

RetrieveSignature retrieve the signature stored in the taskrun.

func (*Backend) StorePayload

func (b *Backend) StorePayload(ctx context.Context, obj objects.TektonObject, rawPayload []byte, signature string, opts config.StorageOpts) error

StorePayload implements the Payloader interface.

func (*Backend) Type

func (b *Backend) Type() string

type Storer added in v0.17.0

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

func (*Storer) Store added in v0.17.0

Store stores the statement in the TaskRun metadata as an annotation.

Jump to

Keyboard shortcuts

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