keys

package
v0.24.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 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"
	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"
	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"
	OnTargetBranch  = pipelinesascode.GroupName + "/on-target-branch"
	OnCelExpression = pipelinesascode.GroupName + "/on-cel-expression"
	TargetNamespace = pipelinesascode.GroupName + "/target-namespace"
	MaxKeepRuns     = pipelinesascode.GroupName + "/max-keep-runs"
	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"
	// InstallationURL gives us the Installation ID for the GitHub Application.
	InstallationURL      = "/app/installations"
	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