linkerd2/controller/api/public
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
..
client.go Implement TapByResource in Tap Service (#827) 2018-04-23 16:13:26 -07:00
client_test.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
grpc_server.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
grpc_server_test.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
http_server.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
http_server_test.go Implement TapByResource in Tap Service (#827) 2018-04-23 16:13:26 -07:00
proto_over_http.go Better error handling for Tap (#177) 2018-01-25 11:49:38 -05:00
proto_over_http_test.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
stat_summary.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
stat_summary_test.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
test_helper.go Introduce tapByResource cli command (#802) 2018-04-19 14:44:23 -07:00