secretClient implements a corev1.SecretsInterface
| 54 | |
| 55 | // secretClient implements a corev1.SecretsInterface |
| 56 | type secretClient struct{ *lazyClient } |
| 57 | |
| 58 | var _ corev1.SecretInterface = (*secretClient)(nil) |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected