kubernetes/pkg/kubectl/cmd/auth
Solly Ross eac2049fc9 [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).
2017-10-19 11:01:44 -04:00
..
auth.go add reconcile command to kubectl auth 2017-08-30 16:04:00 -04:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
cani.go Adjust the validating messages 2017-09-21 09:58:50 +08:00
cani_test.go [client-go] avoid Registry in fake REST client 2017-10-19 11:01:44 -04:00
reconcile.go Merge pull request #52761 from yuexiao-wang/validate-message 2017-09-24 04:30:07 -07:00