MCPcopy
hub / github.com/helm/helm / ConfigMaps

Struct ConfigMaps

pkg/storage/driver/cfgmaps.go:46–51  ·  view source on GitHub ↗

ConfigMaps is a wrapper around an implementation of a kubernetes ConfigMapsInterface.

Source from the content-addressed store, hash-verified

44// ConfigMaps is a wrapper around an implementation of a kubernetes
45// ConfigMapsInterface.
46type ConfigMaps struct {
47 impl corev1.ConfigMapInterface
48
49 // Embed a LogHolder to provide logger functionality
50 logging.LogHolder
51}
52
53// NewConfigMaps initializes a new ConfigMaps wrapping an implementation of
54// the kubernetes ConfigMapsInterface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected