linkerd2/pkg/k8s
Andrew Seigner a0a9a42e23
Implement Public API and Tap on top of Lister (#835)
public-api and and tap were both using their own implementations of
the Kubernetes Informer/Lister APIs.

This change factors out all Informer/Lister usage into the Lister
module. This also introduces a new `Lister.GetObjects` method.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-04-24 18:10:48 -07:00
..
testdata Moves k8s and conduit client code to /pkg (#103) 2018-01-04 10:10:10 -08:00
api.go cli: reduce timeouts on API check requests (#586) 2018-03-19 17:15:01 -07:00
api_test.go cli: refactor k8s config to support $KUBECONFIG with multiple paths (#482) 2018-02-28 12:13:09 -08:00
k8s.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
k8s_test.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
labels.go Destination service provides pod-template-hash (#784) 2018-04-18 14:41:27 -07:00
labels_test.go Destination service provides pod-template-hash (#784) 2018-04-18 14:41:27 -07:00
proxy.go cli: refactor k8s config to support $KUBECONFIG with multiple paths (#482) 2018-02-28 12:13:09 -08:00
proxy_test.go cli: refactor k8s config to support $KUBECONFIG with multiple paths (#482) 2018-02-28 12:13:09 -08:00
test_helper.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
version.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
version_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00