Files
kubernetes/pkg
Kubernetes Submit Queue 979c86f3dd Merge pull request #49370 from sttts/sttts-no-clientset-embedding
Automatic merge from submit-queue (batch tested with PRs 49370, 49481)

client-gen: stop embedding of GroupVersion client intfs

It is undefined (or at least uncontrollable) which methods of the clientset apigroup
interfaces are actually inherited. Moreover, there might be nameconflicts between the
accessors and inherited methods. This PR removes the embedding to make it unambiguous.

```release-note
Enforce explicit references to API group client interfaces in clientsets to avoid ambiguity.
```
2017-08-06 08:52:54 -07:00
..
2017-06-22 11:31:03 -07:00
2017-08-06 15:32:28 +02:00
2017-08-04 08:03:15 +02:00
2017-08-06 01:05:34 +05:30
2017-08-06 15:32:28 +02:00
2017-07-20 11:03:49 -07:00
2017-07-21 14:29:59 -07:00