GetClientFor returns a dynamic.NamespaceableResourceInterface suitable for interacting with resources corresponding to the provided apiVersion and kind, as well as a boolean indicating whether the resources are namespaced.
(apiVersion, kind string)
| 44 | // corresponding to the provided apiVersion and kind, as well as a boolean indicating whether the resources |
| 45 | // are namespaced. |
| 46 | GetClientFor(apiVersion, kind string) (dynamic.NamespaceableResourceInterface, bool, error) |
| 47 | } |
| 48 | |
| 49 | type clientProviderFromConfig struct { |
no outgoing calls
no test coverage detected