Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizeBitbucketRepoName ¶ added in v1.23.1
SanitizeBitbucketRepoName replaces all slashes with hyphens, and truncates the name for Bitbucket. repo name may contain between 3 and 62 lowercase letters, digits and hyphens. The repo name will be of the form <name>-<repoSuffix>-<hash>
func SanitizeGCPRepoName ¶ added in v1.23.1
SanitizeGCPRepoName replaces all slashes with hyphens, and truncates the name. repo name may contain between 3 and 63 lowercase letters, digits and hyphens. This is used by CSR and SSM which are per-project resources The repo name will be of the form cs-e2e-<repoPrefix>-<name>-<hash>
func SanitizeGitlabRepoName ¶ added in v1.23.1
SanitizeGitlabRepoName replaces all slashes with hyphens, and truncates the name for Gitlab. repo name may contain between 3 and 256 lowercase letters, digits and hyphens. The repo name will be of the form <name>-<repoSuffix>-<hash>
Types ¶
This section is empty.