Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EventuallyTimeout is the default timeout for eventually assertions in tests. EventuallyTimeout = 90 * time.Second // WebhookReceiverPort is the port on which the webhook receiver listens for incoming HTTP requests. WebhookReceiverPort = 3333 // KubeconfigSecretNamespace is the namespace where the kubeconfig secret is stored. KubeconfigSecretNamespace = "default" // KubeconfigSecretLabel is the label used to identify the kubeconfig secret. KubeconfigSecretLabel = "kubeconfig" // KubeconfigSecretKey is the key in the kubeconfig secret that contains the kubeconfig data. KubeconfigSecretKey = "kubeconfig" )
View Source
const ( // ResolvedConflictReason is the reason for a resolved conflict event. ResolvedConflictReason = "ResolvedConflict" // ResolvedConflictMessage is the message for a resolved conflict event. ResolvedConflictMessage = "Merged %s into %s with 'ours' strategy to resolve conflicts" // TooManyMatchingShaReason indicates that there are too many matching SHAs for the active or proposed commit status. TooManyMatchingShaReason = "TooManyMatchingSha" // TooManyMatchingShaActiveMessage is the message for too many matching SHAs for the active commit status. TooManyMatchingShaActiveMessage = "There are to many matching SHAs for the active commit status" // TooManyMatchingShaProposedMessage is the message for too many matching SHAs for the proposed commit status. TooManyMatchingShaProposedMessage = "There are to many matching SHAs for the proposed commit status" // PullRequestCreatedReason indicates that a pull request has been created. PullRequestCreatedReason = "PullRequestCreated" // PullRequestCreatedMessage is the message for a created pull request. PullRequestCreatedMessage = "Pull Request %s created" // PullRequestMergedReason indicates that a pull request has been merged. PullRequestMergedReason = "PullRequestMerged" // PullRequestMergedMessage is the message for a merged pull request. PullRequestMergedMessage = "Pull Request %s merged" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.