MCPcopy
hub / github.com/helm/helm / secretClient

Struct secretClient

pkg/action/lazyclient.go:56–56  ·  view source on GitHub ↗

secretClient implements a corev1.SecretsInterface

Source from the content-addressed store, hash-verified

54
55// secretClient implements a corev1.SecretsInterface
56type secretClient struct{ *lazyClient }
57
58var _ corev1.SecretInterface = (*secretClient)(nil)
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected