tekton

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ParamNameRevision         = "Revision"
	ParamNamePipelineRevision = "PipelineRevision"
	ParamNamePipelineFilePath = "PipelineFile"
)
View Source
const (
	WorkspaceSSHCreds      = "ssh-creds" //nolint:gosec
	WorkspacePipelineStore = "pipelines"
)
View Source
const (
	OptKeyDashBoardURL = "host"
)
View Source
const (
	SecretNamePipelineReadOnlySSHKey = "pipeline-readonly-ssh-key"
)

Variables

View Source
var (
	TektonFactory = &factory{}
)

Functions

This section is empty.

Types

type MountType

type MountType string
const (
	MountTypeSecret MountType = "secret"
	MountTypePVC    MountType = "pvc"
	MountTypeEmpty  MountType = "empty"
)

type Task

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

Task is to convert the string in pluginshared.Hook into a structure format

Jump to

Keyboard shortcuts

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