Commit Graph

57 Commits

Author SHA1 Message Date
John Gardiner Myers ae8688b356 make gomod 2020-07-28 11:48:08 -07:00
Justin Santa Barbara 484e956004 Update vendor 2020-04-11 14:45:29 -04:00
Peter Rifel 6ed48c1349 Update controller-tools vendoring 2020-04-08 15:20:27 -05:00
Justin Santa Barbara b77693c324 Update vendor 2020-04-08 08:52:34 -04:00
John Gardiner Myers ea3b8d7710 make gomod 2020-04-05 10:22:51 -07:00
Jesse Haka 1928a3934c update deps 2020-03-17 17:41:50 +02:00
Justin Santa Barbara bad8debd19
Update vendor 2020-01-17 06:38:43 -05:00
Justin Santa Barbara fc21f4255f Replace kubernetes mount code with utils
This will remove one of the main dependencies on the
kubernetes/kubernetes repo.
2020-01-04 17:34:31 -05:00
mikesplain 4128964365
Update dependencies 2019-11-16 10:24:39 -05:00
Justin SB 728e582360
Fill out kops controller functionality
k8s 1.16 requires that we move label setting away from the kubelet, to
a central controller.  kops-controller is that controller.
2019-09-25 12:04:34 -04:00
Justin SB 810c65eb46
Copy well-known users from apiserver
This should eliminate the dependency on k8s.io/apiserver
2019-08-31 08:50:09 -07:00
Justin SB 17186ff7ba
Generated vendor & bazel from `make gomod`
Automatically generated vendor & BUILD.bazel files
2019-08-25 16:00:41 -04:00
Justin SB 10964d416e
Update vendor directory 2019-05-07 10:37:06 -04:00
Justin SB 4f06ae0481
Update k8s to 1.13.5: vendor directory 2019-05-06 09:58:38 -04:00
mikesplain 1680c3a663 Update BUILD file 2019-03-15 12:30:59 -04:00
mikesplain 1ce336259f Update dependencies 2019-03-12 13:59:18 -04:00
Rodrigo Menezes feb9da17a7 update to 1.12.3 and fix merge conflicts 2018-12-04 18:50:18 -08:00
Rodrigo Menezes 2b9243ff8c Getting things ready for when we are ready for 1.12 2018-12-04 18:50:17 -08:00
Liran Polak 4c8ac60bf3 deps: vendor dependencies 2018-10-14 11:37:31 +03:00
Justin Santa Barbara fac9071509 Update dep again after conflicts 2018-09-28 20:29:45 -04:00
Justin Santa Barbara 2f3346a6e3 dep-ensure: update vendor & lock 2018-09-28 20:14:45 -04:00
Justin Santa Barbara e7f64c3042 Prune some broken files out of vendor
Dep isn't able to prune these, though they aren't needed.  They also
break a general build-all in bazel workflow.

Manually remove them, until we can move to vgo (aka go).
2018-09-22 11:50:22 -04:00
Mike Splain 0cf516694e Update dependencies and BUILD.bazel scripts
For updated importpath
2018-09-17 09:57:31 -04:00
Gijs Kunze 295aeb9197 Added dependency on k8sio/helm/pkg/strvals 2018-07-11 16:46:32 +02:00
Justin Santa Barbara b6789822f1 Update vendor for 1.10 2018-04-18 20:38:46 -04:00
Mike Splain 38cd57ddd3 Update bazel configs for bazel 0.12 go_rules 0.11 2018-04-18 14:53:00 -04:00
Xiao An d7c3f3b955 update dependency
Signed-off-by: Xiao An <hac@zju.edu.cn>
2018-04-02 15:35:43 +08:00
Tom Wilkie f8eaeb9f5d Export kubernetes client metrics from dns-controller. 2018-03-14 09:29:13 +00:00
Justin Santa Barbara 85b972bc28 Fill out cloudmock to do a basic lifecycle test 2018-03-11 17:04:30 -04:00
Mike Splain 45a57915e2 Fix bazel deprecation notice 2018-02-26 09:36:13 -05:00
Justin Santa Barbara 6b6f9db0ef Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05:00
Justin Santa Barbara 0513355b70 Update vendor 2018-02-03 21:19:32 -05:00
chrislovecnm 4dd3bb1dea Updating bazel BUILD files with new go_rules version 2017-12-29 15:03:14 -07:00
Justin Santa Barbara a8a83f3ce9 Update gazelle 2017-12-14 01:31:28 -05:00
Justin Santa Barbara 5ec12a7703 Run gazelle on vendor 2017-11-06 17:22:15 -05:00
Justin Santa Barbara b6212648bc Update vendor 2017-11-06 17:22:14 -05:00
chrislovecnm 609e268a1d gazelle updates with new bazel version 2017-11-05 17:41:53 -07:00
Justin Santa Barbara 0143be7c4f autogen: BUILD and BUILD.bazel 2017-10-02 14:27:21 -04:00
Justin Santa Barbara aefb2a63a7 More vendor 2017-10-01 21:11:58 -04:00
Justin Santa Barbara 2205e26257 Updates for new apimachinery 2017-10-01 13:53:26 -04:00
Justin Santa Barbara 9d7b78766e Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
Justin Santa Barbara b1f3ac651f Populate vendor 2017-07-02 13:10:28 -04:00
Justin Santa Barbara b3dedbe287 Update vendor 2017-03-16 02:40:45 -04:00
Justin Santa Barbara 32081f3ca6 Reuse k8s drain code
This depends on https://github.com/kubernetes/kubernetes/pull/42115
2017-03-01 11:39:57 -07:00
Justin Santa Barbara 357134040f Update deps in support of drain 2017-03-01 11:56:34 -05:00
Justin Santa Barbara 5a67b49737 Add gengo dependency 2017-01-15 16:00:56 -05:00
Justin Santa Barbara 3214a24b71 Update kubernetes to master branch 2017-01-03 20:32:47 -05:00
Justin Santa Barbara 718ada42be HACK: apply #38590 directly
Because we need https://github.com/kubernetes/kubernetes/pull/38590 , we
apply it directly to the vendor/ directory.  So that we don't break CI,
we don't apply the change to _vendor - though this does mean we now
can't run `make copydeps` until 38590 merges upstream.
2016-12-11 17:11:10 -05:00
Justin Santa Barbara 042b33395b Update k8s dependency 2016-11-19 14:15:49 -05:00
Justin Santa Barbara e4f8cce205 Update vendored submodules 2016-11-13 21:13:29 -05:00