linkerd2/controller/tap
Oliver Gould ba11698d4b
tap: Use nil-safe protobuf accessors (#1873)
The tap server accesses protobuf fields directly instead of using the
`Get*()` accessors. The accessors are necessary to prevent dereferencing
a nil pointer and crashing the tap service.

Furthermore, these maps are explicitly initialized when `nil` to support
label hydration.
2018-11-26 14:14:28 -08:00
..
client.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
server.go tap: Use nil-safe protobuf accessors (#1873) 2018-11-26 14:14:28 -08:00
server_test.go Add ServiceProfile support to k8s utilities (#1758) 2018-10-12 09:35:11 -07:00