mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 17:34:21 +00:00
docs: update remove configmap comment
Update the comment for the newCmdRemoveConfigMap function to explain what this function really does. The previous comment was referring to a different function.
This commit is contained in:
@@ -20,7 +20,7 @@ type removeConfigMapOptions struct {
|
||||
configMapNamesToRemove []string
|
||||
}
|
||||
|
||||
// newCmdRemoveResource remove the name of a file containing a resource to the kustomization file.
|
||||
// newCmdRemoveConfigMap removes configMapGenerator(s) with the specified name(s).
|
||||
func newCmdRemoveConfigMap(fSys filesys.FileSystem) *cobra.Command {
|
||||
var o removeConfigMapOptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user