feihujiang
|
d5fcd9f153
|
improve kubectl create --validate, aggregate errors and handle require fields
|
2015-06-18 16:22:09 +08:00 |
|
Fabio Yeon
|
4e6bd63256
|
Merge pull request #9597 from mikedanese/fix-swagger-validate-panic
fix panic in kubectl --validate when no apiVersion is passed
|
2015-06-15 13:05:11 -07:00 |
|
Mike Danese
|
2bbb78d50a
|
actually return validation errors instead of just creating them
|
2015-06-10 12:45:10 -07:00 |
|
feihujiang
|
5867b5ce6b
|
remove useless glog.Infof
|
2015-06-10 11:02:28 +08:00 |
|
feihujiang
|
37abe11f8a
|
kubetcl create --validate crashes when no apiVersion or kind is provided
|
2015-06-09 10:38:43 +08:00 |
|
Kris Rousey
|
22b2c68c02
|
Update go-restful to get stable sorting in spec
This reverts commit 4a7071e7f7 .
|
2015-05-28 16:43:13 -07:00 |
|
Tim Hockin
|
4a7071e7f7
|
Revert "Update go-restful to get stable sorting in spec"
|
2015-05-28 16:04:11 -07:00 |
|
Kris Rousey
|
05eaaa99e1
|
Update go-restful to get stable sorting in spec
|
2015-05-28 13:40:23 -07:00 |
|
Huamin Chen
|
4a800fd10e
|
add rados block device(rbd) volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
|
2015-05-21 14:51:31 -04:00 |
|
Brendan Burns
|
7f11585972
|
Fix validation by moving it into the resource builder.
Also always print an error for unknown field.
|
2015-05-08 14:00:33 -07:00 |
|
Paul Morie
|
f6f34d0493
|
Allow int64 types in API; update swagger spec
|
2015-05-05 12:15:12 -04: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 |
|
nikhiljindal
|
40842e4471
|
Updating api/validation/schema_test to test testapi.Version rather than just v1beta1
|
2015-04-14 23:51:49 -07:00 |
|
Eric Tune
|
8bf104503c
|
Fix nil pointer when validating in kubectl.
|
2015-03-27 15:49:51 -07:00 |
|
Clayton Coleman
|
6918a4d32e
|
Replace automatic YAML decoding with opt-in YAML decoding
Base codecs no longer automically handle YAML. Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
|
2015-03-20 00:03:56 -04:00 |
|
nikhiljindal
|
b2276b5d4b
|
Updating pkg/api/validation/ to consider swagger.items as object and not array
|
2015-03-12 16:04:11 -07:00 |
|
Sam Ghods
|
7845ab90f8
|
Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere
|
2015-01-13 15:06:25 -08:00 |
|
Brendan Burns
|
18cfac0d31
|
Make validation optional, handle YAML
|
2014-12-09 12:37:49 -08:00 |
|
Brendan Burns
|
c29f5db81c
|
Revert "Revert "Add optional validation to kubecfg/kubectl.""
This reverts commit 6590c66dd4 .
|
2014-12-09 12:37:48 -08:00 |
|
Joe Beda
|
6590c66dd4
|
Revert "Add optional validation to kubecfg/kubectl."
This reverts commit acf6d82800 .
|
2014-11-25 14:45:00 -08:00 |
|
Brendan Burns
|
acf6d82800
|
Add optional validation to kubecfg/kubectl.
|
2014-11-24 22:25:22 -08:00 |
|
Brendan Burns
|
6c53d3b462
|
Add a swagger schema validator, for validating client side json files.
|
2014-11-20 22:16:55 -08:00 |
|