Documentation ¶
Index ¶
Constants ¶
View Source
const ( BuildServiceNamespaceName = "build-service" // Pipelines as Code GitHub appliaction configuration secret name. // The secret is located in Build Service namespace. PipelinesAsCodeGitHubAppSecretName = "pipelines-as-code-secret" // Keys of the GitHub app ID and the app private key in the pipelines-as-code-secret PipelinesAsCodeGithubAppIdKey = "github-application-id" PipelinesAsCodeGithubPrivateKey = "github-private-key" )
Variables ¶
This section is empty.
Functions ¶
func IsPaCApplicationConfigured ¶
IsPaCApplicationConfigured checks if Pipelines as Code credentials configured for given provider. Application is preffered over webhook if possible.
func RandomString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.