Merge pull request #5345 from stormqueen1990/docs/update-remove-configmap-comment

docs: update remove configmap comment
This commit is contained in:
Kubernetes Prow Robot
2023-09-29 11:12:42 -07:00
committed by GitHub

View File

@@ -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