mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Typo fix
This commit is contained in:
parent
188964c507
commit
cfb7dfa82c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ type ConfigMaps struct {
|
|||
Log func(string, ...interface{})
|
||||
}
|
||||
|
||||
// NewConfigMaps initializes a new ConfigMaps wrapping an implmenetation of
|
||||
// NewConfigMaps initializes a new ConfigMaps wrapping an implementation of
|
||||
// the kubernetes ConfigMapsInterface.
|
||||
func NewConfigMaps(impl internalversion.ConfigMapInterface) *ConfigMaps {
|
||||
return &ConfigMaps{
|
||||
|
|
|
|||
Loading…
Reference in a new issue