MCPcopy
hub / github.com/helm/helm / configMapClient

Struct configMapClient

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

configMapClient implements a corev1.ConfigMapInterface

Source from the content-addressed store, hash-verified

126
127// configMapClient implements a corev1.ConfigMapInterface
128type configMapClient struct{ *lazyClient }
129
130var _ corev1.ConfigMapInterface = (*configMapClient)(nil)
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected