We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ef05f commit 251ac4eCopy full SHA for 251ac4e
pkg/sidecar/version/version.go
@@ -1,11 +1,10 @@
1
-// The version package contains build version information
+// Package version contains build version information
2
package version
3
4
var (
5
- // The git hash of the latest commit in the build.
+ // CommitSHA is the git hash of the latest commit in the build.
6
CommitSHA string
7
8
- // The build ref from the _PULL_BASE_REF from cloud build trigger.
+ // BuildRef is the build ref from the _PULL_BASE_REF from cloud build trigger.
9
BuildRef string
10
)
11
-
0 commit comments