Client retrieves an api client.
()
| 22 | type Factory interface { |
| 23 | // Client retrieves an api client. |
| 24 | Client() client.Connection |
| 25 | |
| 26 | // Get fetch a given resource. |
| 27 | Get(gvr *client.GVR, path string, wait bool, sel labels.Selector) (runtime.Object, error) |
no outgoing calls
no test coverage detected