Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ReleaseFolderName is the name of the release tool in this repository. ReleaseFolderName = "release" // DirPerms is the permissions for directories. DirPerms os.FileMode = 0o755 )
View Source
const ( // DefaultBranch is the default branch of the repository. DefaultBranch = "master" // DefaultRemote is the default remote for the repository. DefaultRemote = "origin" )
View Source
const ( // ProductName is used in the release process to identify the product. ProductName = CalicoProductName // Calico is the product name for projectcalico. Calico = "calico" // CalicoRepoName is the name of the projectcalico repo. CalicoRepoName = Calico // BirdRepoName is the name of the bird repo. BirdRepoName = "bird" // CalicoProductCode is the code for projectcalico. CalicoProductCode = "os" // CalicoProductName is the name of the projectcalico product. CalicoProductName = "Calico" // ProjectCalicoOrg is the name of the Project Calico organization. ProjectCalicoOrg = "projectcalico" // TigeraOrg is the name of the Tigera organization. TigeraOrg = "tigera" )
Variables ¶
This section is empty.
Functions ¶
func GitIsDirty ¶
GitIsDirty returns true if the repository is dirty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.