keys

package
v0.31.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ControllerInfo     = pipelinesascode.GroupName + "/controller-info"
	Task               = pipelinesascode.GroupName + "/task"
	Pipeline           = pipelinesascode.GroupName + "/pipeline"
	URLOrg             = pipelinesascode.GroupName + "/url-org"
	URLRepository      = pipelinesascode.GroupName + "/url-repository"
	SHA                = pipelinesascode.GroupName + "/sha"
	Sender             = pipelinesascode.GroupName + "/sender"
	EventType          = pipelinesascode.GroupName + "/event-type"
	Branch             = pipelinesascode.GroupName + "/branch"
	SourceBranch       = pipelinesascode.GroupName + "/source-branch"
	Repository         = pipelinesascode.GroupName + "/repository"
	GitProvider        = pipelinesascode.GroupName + "/git-provider"
	State              = pipelinesascode.GroupName + "/state"
	ShaTitle           = pipelinesascode.GroupName + "/sha-title"
	ShaURL             = pipelinesascode.GroupName + "/sha-url"
	RepoURL            = pipelinesascode.GroupName + "/repo-url"
	SourceRepoURL      = pipelinesascode.GroupName + "/source-repo-url"
	PullRequest        = pipelinesascode.GroupName + "/pull-request"
	InstallationID     = pipelinesascode.GroupName + "/installation-id"
	GHEURL             = pipelinesascode.GroupName + "/ghe-url"
	SourceProjectID    = pipelinesascode.GroupName + "/source-project-id"
	TargetProjectID    = pipelinesascode.GroupName + "/target-project-id"
	OriginalPRName     = pipelinesascode.GroupName + "/original-prname"
	GitAuthSecret      = pipelinesascode.GroupName + "/git-auth-secret"
	CheckRunID         = pipelinesascode.GroupName + "/check-run-id"
	OnEvent            = pipelinesascode.GroupName + "/on-event"
	OnComment          = pipelinesascode.GroupName + "/on-comment"
	OnTargetBranch     = pipelinesascode.GroupName + "/on-target-branch"
	OnPathChange       = pipelinesascode.GroupName + "/on-path-change"
	OnPathChangeIgnore = pipelinesascode.GroupName + "/on-path-change-ignore"
	OnCelExpression    = pipelinesascode.GroupName + "/on-cel-expression"
	TargetNamespace    = pipelinesascode.GroupName + "/target-namespace"
	MaxKeepRuns        = pipelinesascode.GroupName + "/max-keep-runs"
	CancelInProgress   = pipelinesascode.GroupName + "/cancel-in-progress"
	LogURL             = pipelinesascode.GroupName + "/log-url"
	ExecutionOrder     = pipelinesascode.GroupName + "/execution-order"
	// PublicGithubAPIURL default is "https://api.github.com" but it can be overridden by X-GitHub-Enterprise-Host header.
	PublicGithubAPIURL   = "https://api.github.com"
	GithubApplicationID  = "github-application-id"
	GithubPrivateKey     = "github-private-key"
	ResultsRecordSummary = "results.tekton.dev/recordSummaryAnnotations"
)

Variables

View Source
var ParamsRe = regexp.MustCompile(`{{([^}]{2,})}}`)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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