linkerd2/controller/api
Andrew Seigner 84e6eb5c87
Fix nil pointer dereference in StatSummary (#991)
The StatSummary endpoint was dereferencing
StatSummaryRequest.Selector.Resource, causing a panic when it received
an empty request.

Fix StatSummary to use the nil-friendly
StatSummaryRequest.GetSelector().GetResource() methods, and add a test
to validate.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-05-23 13:21:49 -07:00
..
proxy Remove the telemetry service (#757) 2018-04-13 11:21:29 -07:00
public Fix nil pointer dereference in StatSummary (#991) 2018-05-23 13:21:49 -07:00
util Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00