k3s/pkg/labels
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
..
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
labels.go Move formatLabels function to labels package 2015-08-23 18:27:48 +08:00
labels_test.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
selector.go Convert validation to use FieldPath 2015-12-03 08:19:44 -08:00
selector_test.go Add DoesNotExist label operator. 2015-10-13 20:13:19 +00:00