| 47 | } |
| 48 | |
| 49 | type clientProviderFromConfig struct { |
| 50 | config *rest.Config |
| 51 | } |
| 52 | |
| 53 | func (c clientProviderFromConfig) GetClientFor(apiVersion, kind string) (dynamic.NamespaceableResourceInterface, bool, error) { |
| 54 | return getDynamicClientOnKind(apiVersion, kind, c.config) |
nothing calls this directly
no outgoing calls
no test coverage detected