Files
kubernetes/pkg
Yu-Ju Hong 4a72addaeb Factor out API defaulting from validation logic
Currently, the validation logic validates fields in an object and supply default
values wherever applies. This change factors out defaulting to a set of
defaulting callback functions for decoding (see #1502 for more discussion).

 * This change is based on pull request 2587.

 * Most defaulting has been migrated to defaults.go where the defaulting
   functions are added.

 * validation_test.go and converter_test.go have been adapted to not testing the
   default values.

 * Fixed all tests with that create invalid objects with the absence of
   defaulting logic.
2015-02-03 00:55:42 -08:00
..
2014-09-16 15:19:02 -07:00
2015-01-30 16:03:30 -05:00
2014-11-02 22:26:45 -08:00
2014-12-19 12:28:51 -08:00
2015-02-02 14:03:13 -08:00
2015-01-14 15:22:21 -08:00
2015-01-20 19:50:24 -08:00