k3s/pkg/storage
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
..
etcd Merge pull request #17776 from wojtek-t/move_etcd_errors_from_tools 2015-11-27 11:57:18 -08:00
testing Regenerate files 2015-11-25 12:34:05 +01:00
cacher.go Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
cacher_test.go Move storage-related dirs under pkg/storage. 2015-11-12 19:49:32 +01:00
doc.go Move StorageInterface to pkg/storage. 2015-07-30 09:32:04 +02:00
interfaces.go Pass resource version to storage List operation. 2015-10-27 10:03:58 +01:00
util.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
util_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
watch_cache.go Merge pull request #16628 from caesarxuchao/change-error-type 2015-11-30 17:21:52 -08:00
watch_cache_test.go Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00