k3s/pkg/api/rest
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
..
resttest Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
create.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
delete.go Fix logic of consecutive DELETE calls when gracefull deletion is enabled 2016-07-05 10:42:50 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
export.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
rest.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
update.go api: validate generation updates 2016-07-07 13:09:48 +02:00