configMapClient implements a corev1.ConfigMapInterface
| 126 | |
| 127 | // configMapClient implements a corev1.ConfigMapInterface |
| 128 | type configMapClient struct{ *lazyClient } |
| 129 | |
| 130 | var _ corev1.ConfigMapInterface = (*configMapClient)(nil) |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected