mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-29 20:15:08 +00:00
Merge pull request #129150 from huww98/version-comment
remove out-of-date comments about version Kubernetes-commit: 3dca763acc9c6898e08f762ee71d60aa0a8123ea
This commit is contained in:
commit
bf3d45b702
@ -24,15 +24,9 @@ package version
|
|||||||
// information from git.
|
// information from git.
|
||||||
//
|
//
|
||||||
// If you are looking at these fields in the git tree, they look
|
// If you are looking at these fields in the git tree, they look
|
||||||
// strange. They are modified on the fly by the build process. The
|
// strange. They are set by the build process with ldflags -X. The
|
||||||
// in-tree values are dummy values used for "git archive", which also
|
// in-tree values are dummy values used for "git archive", which also
|
||||||
// works for GitHub tar downloads.
|
// works for GitHub tar downloads.
|
||||||
//
|
|
||||||
// When releasing a new Kubernetes version, this file is updated by
|
|
||||||
// build/mark_new_version.sh to reflect the new version, and then a
|
|
||||||
// git annotated tag (using format vX.Y where X == Major version and Y
|
|
||||||
// == Minor version) is created to point to the commit that updates
|
|
||||||
// pkg/version/base.go
|
|
||||||
var (
|
var (
|
||||||
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion
|
// TODO: Deprecate gitMajor and gitMinor, use only gitVersion
|
||||||
// instead. First step in deprecation, keep the fields but make
|
// instead. First step in deprecation, keep the fields but make
|
||||||
|
Loading…
Reference in New Issue
Block a user