kubernetes/pkg/controller/petset
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
..
fakes.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identity_mappers.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identity_mappers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
iterator.go let RC manager utilize the GC 2016-07-14 19:59:31 -07:00
iterator_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pet.go Create event only if creation of PVC failed. 2016-07-14 11:53:42 -07:00
pet_set.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pet_set_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pet_set_utils.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00