Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SanitizeBitbucketRepoName ¶
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 ¶
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 ¶
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.