kubernetes/pkg/api/validation
Yu-Ju Hong 283919e8b1 Fix tests in validation_test
Some tests expect the error cases to fail for a specific reason, but they could
fail for other reasons and still pass. This caused some changes to break the
tests without noticing the breakage. Example are the recent defaulting PR

This change fixes such tests and also updates some obsolete tests.
2015-02-04 15:44:46 -08:00
..
doc.go Make validation work when not in the api package. 2014-09-02 10:42:06 -07:00
events.go Add a Detail field to Validation Error 2014-11-24 17:28:42 -08:00
events_test.go Fix server-side namespace handling for events; add validation 2014-11-14 09:43:28 -08:00
schema.go Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere 2015-01-13 15:06:25 -08:00
schema_test.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
v1beta1-swagger.json Add a swagger schema validator, for validating client side json files. 2014-11-20 22:16:55 -08:00
validation.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
validation_test.go Fix tests in validation_test 2015-02-04 15:44:46 -08:00