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" 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" 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.
Click to show internal directories.
Click to hide internal directories.