vendor: update kube to v1.7.6
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
e8cfe3b867
commit
5e7c932771
16 changed files with 893 additions and 870 deletions
2
vendor/k8s.io/client-go/pkg/version/base.go
generated
vendored
2
vendor/k8s.io/client-go/pkg/version/base.go
generated
vendored
|
@ -51,7 +51,7 @@ var (
|
|||
// semantic version is a git hash, but the version itself is no
|
||||
// longer the direct output of "git describe", but a slight
|
||||
// translation to be semver compliant.
|
||||
gitVersion string = "v1.7.3-beta.0+$Format:%h$"
|
||||
gitVersion string = "v1.7.5-beta.0+$Format:%h$"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue