Secrets is a wrapper around an implementation of a kubernetes SecretsInterface.
| 44 | // Secrets is a wrapper around an implementation of a kubernetes |
| 45 | // SecretsInterface. |
| 46 | type Secrets struct { |
| 47 | impl corev1.SecretInterface |
| 48 | // Embed a LogHolder to provide logger functionality |
| 49 | logging.LogHolder |
| 50 | } |
| 51 | |
| 52 | // NewSecrets initializes a new Secrets wrapping an implementation of |
| 53 | // the kubernetes SecretsInterface. |
nothing calls this directly
no outgoing calls
no test coverage detected