mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-05 07:34:23 +00:00
Kubernetes version v1.7.10 file updates
Kubernetes-commit: bebdeb749f1fa3da9e1312c4b08e439c404b3136
This commit is contained in:
committed by
Kubernetes Publisher
parent
805261c343
commit
75aa0c0fc3
@@ -39,8 +39,8 @@ var (
|
|||||||
// them irrelevant. (Next we'll take it out, which may muck with
|
// them irrelevant. (Next we'll take it out, which may muck with
|
||||||
// scripts consuming the kubectl version output - but most of
|
// scripts consuming the kubectl version output - but most of
|
||||||
// these should be looking at gitVersion already anyways.)
|
// these should be looking at gitVersion already anyways.)
|
||||||
gitMajor string = "1" // major version, always numeric
|
gitMajor string = "1" // major version, always numeric
|
||||||
gitMinor string = "7+" // minor version, numeric possibly followed by "+"
|
gitMinor string = "7" // minor version, numeric possibly followed by "+"
|
||||||
|
|
||||||
// semantic version, derived by build scripts (see
|
// semantic version, derived by build scripts (see
|
||||||
// https://github.com/kubernetes/kubernetes/blob/master/docs/design/versioning.md
|
// https://github.com/kubernetes/kubernetes/blob/master/docs/design/versioning.md
|
||||||
@@ -51,7 +51,7 @@ var (
|
|||||||
// semantic version is a git hash, but the version itself is no
|
// semantic version is a git hash, but the version itself is no
|
||||||
// longer the direct output of "git describe", but a slight
|
// longer the direct output of "git describe", but a slight
|
||||||
// translation to be semver compliant.
|
// translation to be semver compliant.
|
||||||
gitVersion string = "v1.7.10-beta.0+$Format:%h$"
|
gitVersion string = "v1.7.10+$Format:%h$"
|
||||||
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
|
gitCommit string = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD)
|
||||||
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
|
gitTreeState string = "not a git tree" // state of git tree, either "clean" or "dirty"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user