kubernetes/pkg/api/validation
Tim Hockin e6df0b1a24 Convert validation to use FieldPath
Before this change we have a mish-mash of ways to pass field names around for
error generation.  Sometimes string fieldnames, sometimes .Prefix(), sometimes
neither, often wrong names or not indexed when it should be.

Instead of that mess, this is part one of a couple of commits that will make it
more strongly typed and hopefully encourage correct behavior.  At least you
will have to think about field names, which is better than nothing.

It turned out to be really hard to do this incrementally.
2015-12-03 08:19:44 -08:00
..
testdata/v1 Remove v1beta3 2015-07-23 17:21:27 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
events.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
events_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
name.go Ensure HPA has valid resource/name/subresource, validate path segments 2015-11-03 14:46:17 -05:00
name_test.go Validate names in BeforeCreate 2015-10-21 14:11:41 -04:00
schema.go Stronger typing for validation ErrorList 2015-11-23 10:01:43 -08:00
schema_test.go v1alpa1->v1beta1 2015-10-09 15:06:28 -07:00
validation.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
validation_test.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00