k3s/pkg/proxy/userspace
Michal Rostecki 59ca5986dd Print/log pointers of structs with %#v instead of %+v
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.

Fixes #26591
2016-08-01 22:27:56 +02:00
..
loadbalancer.go
port_allocator.go
port_allocator_test.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
proxier.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
proxier_test.go
proxysocket.go
rlimit.go
rlimit_windows.go
roundrobin.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
roundrobin_test.go
udp_server.go