Files
client-go/rest
Solly Ross 4e3b79aa59 [client-go] avoid Registry in fake REST client
Previously, the fake RESTClient in client-go required a Registry.  It
used the Registry to fetch the GroupVersion for the fake client.
However, the way it did so was dubious in some cases (it hard-coded the
default API group in places), and not strictly necssary.

This updates the fake client to just recieve the GroupVersion and
internal group name directly, instead of requiring a Registry, so that
it can be consumed in unit tests where a Registry isn't necessarily
readily available (e.g. elsewhere in client-go).

Kubernetes-commit: eac2049fc9a151a7cbd6652e039506376574e0a9
2017-10-04 18:42:54 -04:00
..
2017-10-12 13:52:10 -07:00
2017-10-12 13:52:10 -07:00
2017-01-25 15:19:43 +00:00
2017-01-14 15:19:47 +00:00
2016-10-21 04:44:19 +00:00
2016-10-21 04:44:19 +00:00
2017-01-14 15:19:47 +00:00
2017-01-25 15:19:43 +00:00
2017-01-25 15:19:43 +00:00
2017-01-14 15:19:47 +00:00