David McMahon
|
ef0c9f0c5b
|
Remove "All rights reserved" from all the headers.
|
2016-06-29 17:47:36 -07:00 |
Wojciech Tyczynski
|
49d3c3962c
|
Small improvements in conversion generator
|
2016-04-05 02:10:23 +02:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Cesar Wong
|
f72ee1f72b
|
Handle conversion of boolean query parameters with a value of "false"
|
2015-04-30 09:26:06 -04:00 |
Clayton Coleman
|
870da687d0
|
Add more extensive tests to apiserver for variations in version
Formalize v1beta1 and v1beta3 style APIs in our test cases.
|
2015-03-27 15:03:58 -04:00 |
Clayton Coleman
|
eb0eff69fe
|
Move watch to being a resthandler resource and expose it on LIST
GET /pods?watch=true&resourceVersion=10
will now function equivalent to GET /watch/pods.
|
2015-03-27 15:03:58 -04:00 |
Clayton Coleman
|
ea32b89e5e
|
Allow map[string][]string to be converted to an object
Will allow query parameters to be converted to versioned objects.
|
2015-03-24 17:25:45 -04:00 |