jojohappy
21e50a3f9d
Upgrade k8s client to kubernetes-1.11.0
...
Signed-off-by: jojohappy <sarahdj0917@gmail.com>
2018-08-02 10:25:27 +08:00
Fabian Reinartz
748d392a7a
vendor: remove unused dependencies
2017-10-05 15:08:24 +02:00
Fabian Reinartz
dc15a6f6ea
vendor: add and update proto/grpc vendoring
2017-07-06 14:38:20 +02:00
beorn7
5b16d6bd6e
Merge branch 'release-1.2'
2016-10-31 00:06:23 +01:00
beorn7
d2f1ace31d
vendoring: re-add snappy/*_other.go files
...
For some reason, govendor doesn't add these files (but it works for
platform dependent files elsewhere).
2016-10-28 16:03:10 +02:00
beorn7
5754f5237e
vendoring: Clean up files accidentally left behind
2016-10-28 15:23:59 +02:00
beorn7
98e6e4fbee
Update github.com/golang/protobuf/proto vendoring
...
This fixes a memory leak in Unmarshal code
2016-10-28 14:33:45 +02:00
Fabian Reinartz
7c439a9060
kubernetes: use and vendor 1.5 client
2016-10-17 10:32:10 +02:00
Julius Volz
d8ce6e5849
Update vendoring.
2016-08-30 17:19:18 +02:00
Brian Brazil
72475cfa84
Update vendoring
2016-08-30 17:19:18 +02:00
Tobias Schmidt
364dd36bde
Add missing license files of vendored packages
...
With the total optimized copy command. Assumes all vendored packages are
checked out in $GOPATH.
govendor list +v | awk '{print $2}' | while read dep; do echo $dep |
cut -d/ -f1-3; done | uniq | while read dep; do find
$GOPATH/src/$dep -name LICENSE -o -name NOTICE | grep -v vendor |
sed "s;$GOPATH/src/;;"; done | while read license; do [ -f
vendor/$license ] || cp $GOPATH/src/$license vendor/$license; done
2016-01-21 14:44:58 -05:00
Fabian Reinartz
468d2eb60e
Vendoring via govendor
2015-09-15 15:37:12 +02:00