MCPcopy
hub / github.com/helm/helm / Secrets

Struct Secrets

pkg/storage/driver/secrets.go:46–50  ·  view source on GitHub ↗

Secrets is a wrapper around an implementation of a kubernetes SecretsInterface.

Source from the content-addressed store, hash-verified

44// Secrets is a wrapper around an implementation of a kubernetes
45// SecretsInterface.
46type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected