kubernetes/pkg/apis/extensions
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
..
install refactoring latest.go GroupVersion; 2015-11-30 11:30:21 -08:00
v1beta1 Merge pull request #15533 from ZJU-SEL/git-volume 2015-12-01 13:14:23 -08:00
validation Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
deep_copy_generated.go Add directory in GitRepo and updated tests. 2015-12-02 00:20:38 +08:00
helpers_test.go plumb PodSelector through the api 2015-10-15 07:42:57 -07:00
helpers.go kubectl: Support scaling deployments 2015-11-25 11:26:40 +01:00
register.go Use VersionedParams in "extensions" client. 2015-12-01 10:18:55 +01:00
types.generated.go Regenerate files 2015-11-25 12:34:05 +01:00
types.go Refactor IntOrString into a new pkg 2015-11-16 10:57:52 -08:00