Davanum Srinivas
|
2b0ed014b7
|
Use Go canonical import paths
Add canonical imports only in existing doc.go files.
https://golang.org/doc/go1.4#canonicalimports
Fixes #29014
|
2016-07-16 13:48:21 -04:00 |
|
David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
|
Jordan Liggitt
|
ea59b4c741
|
Fix sinceTime pod log options
|
2016-02-25 00:46:13 -05:00 |
|
Clayton Coleman
|
6582b4c2ea
|
Remove codec awareness from conversion
Allow convertors to be specialized, some cleanup to how conversion
functions are stored internally to allow better reuse.
|
2016-01-21 23:18:32 -05:00 |
|
Wojciech Tyczynski
|
4aa2121a8e
|
Remove dead code
|
2015-12-22 11:07:22 +01:00 |
|
Clayton Coleman
|
8f203a28f1
|
Change runtime.Object signature
|
2015-12-15 13:36:25 -05:00 |
|
Chao Xu
|
2eba8b7f1f
|
fix queryparams convertStruct
|
2015-12-13 13:53:28 -08:00 |
|
kargakis
|
f9bca7bc7d
|
handle structs
|
2015-09-03 15:49:24 +02:00 |
|
kargakis
|
6c32e071f4
|
Dont output nil; test nil & omitempty
|
2015-09-03 15:32:19 +02:00 |
|
kargakis
|
edfaa480cf
|
queryparams: Handle pointer fields in structs
|
2015-09-03 13:45:31 +02:00 |
|
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
|
Cesar Wong
|
619332d58e
|
Utility to convert versioned runtime objects to a set query parameters
JSON struct tags are used as parameter names, fields that do not have
the omitempty marker are always included.
|
2015-05-07 14:25:14 -04:00 |
|