kubernetes/pkg/controller/volume/persistentvolume
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
..
options Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
binder_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
controller_base.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
controller_test.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
controller.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
delete_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
framework_test.go pkg/various: plug leaky time.New{Timer,Ticker}s 2016-07-26 06:20:31 +02:00
index_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
index.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
provision_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
recycle_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
volume_host.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00