Commit Graph

13 Commits (97dc16097fd8bd60511f7c41935d8dab751b5a5d)

Author SHA1 Message Date
elijahomolo 97dc16097f update dependencies 2022-10-13 12:24:55 -04:00
Moritz Rieger 9a9b9e64d0 update k8s.io/client-go@v0.24.3
go get k8s.io/client-go@v0.24.3
go mod tidy
go mod vendor
2022-08-04 10:52:49 +02:00
Dylan Scott 9617526dcc
CON-6265 Update Kubernetes dependencies in clusterlint (#142)
Co-authored-by: Dylan Scott <dscott@digitalocean.com>
2022-05-18 15:02:51 +01:00
Ingo Gottwald 3032659810 Don't let client-go leak memory 2022-04-07 12:37:44 +02:00
Collin Shoop b1be746dfa Upgrade kubernetes dependencies to 0.22.5 2022-01-11 12:12:34 -05:00
Adam Wolfe Gordon 4712329589 Update Kubernetes dependencies to 1.21.2 2021-06-21 16:34:20 -06:00
Adam Wolfe Gordon 876d506b00 vendor: Bump Kubernetes dependencies to v0.20.2 2021-02-05 11:58:32 -07:00
Wayne Warren d2ecf0fec6 vendor: update k8s deps to 1.19.3 2020-10-29 18:25:28 -05:00
Varsha Varadarajan 8fbeb3af6a update vendor 2020-06-15 09:55:34 -07:00
Varsha Varadarajan a8eb024dcf Update vendor 2020-06-11 11:39:40 -07:00
Ben Gadbois e09d86d508 modules: upgrade k8s.io/client-go to kubernetes-1.16.2 2019-11-18 12:21:06 -08:00
ibrasho d5dea303c5 Load k8s client-go auth plugins
Signed-off-by: ibrasho <me@ibrasho.com>
2019-08-10 13:03:05 +03:00
Adam Wolfe Gordon f63933a0eb Create check registry with initial noop check, and vendor dependencies
Factor the KubeObjects type out of package main and into the top-level
clusterlint package. For now still populate it in main, though we'll
likely want to pull this out later.

Add a check type that checks will implement, and implement an initial
noop check that satisfies it. Create a registry for checks.

Vendor dependencies so that we can do a consistent build. For now we're
depending on the master version of client-go since they don't have a
release that supports modules yet, but we should move to a release once
they do.
2019-06-11 14:25:39 -04:00