Files
kubernetes/pkg/api/v1
Kubernetes Submit Queue d7965e9331 Merge pull request #51197 from deads2k/api-02-field-default
Automatic merge from submit-queue (batch tested with PRs 51114, 51233, 51024, 51053, 51197)

default field selectors

We have a lot of code around field selectors that doesn't add much value. Every gettable resources probably wants name and namespace by default and since they all use metav1 (today), we can assign that as a default. If we think we'll always have metav1 style name and namespace, then this makes a reasonable default and you can always set something different.

This removes cruft and avoids the risk of accidentally forgetting a field selector.  

@kubernetes/sig-api-machinery-misc @smarterclayton
2017-08-25 06:22:20 -07:00
..
2017-08-17 15:42:05 +08:00
2017-08-23 14:05:21 +08:00
2017-06-22 11:31:03 -07:00
2017-07-20 12:10:46 +02:00
2017-08-24 18:59:08 +00:00
2017-08-23 15:23:34 +08:00