diff --git a/kustomize/commands/edit/add/configmap.go b/kustomize/commands/edit/add/addconfigmap.go similarity index 100% rename from kustomize/commands/edit/add/configmap.go rename to kustomize/commands/edit/add/addconfigmap.go diff --git a/kustomize/commands/edit/add/configmap_test.go b/kustomize/commands/edit/add/addconfigmap_test.go similarity index 100% rename from kustomize/commands/edit/add/configmap_test.go rename to kustomize/commands/edit/add/addconfigmap_test.go diff --git a/kustomize/commands/edit/add/secret.go b/kustomize/commands/edit/add/addsecret.go similarity index 100% rename from kustomize/commands/edit/add/secret.go rename to kustomize/commands/edit/add/addsecret.go diff --git a/kustomize/commands/edit/add/secret_test.go b/kustomize/commands/edit/add/addsecret_test.go similarity index 100% rename from kustomize/commands/edit/add/secret_test.go rename to kustomize/commands/edit/add/addsecret_test.go diff --git a/kustomize/commands/edit/set/configmap.go b/kustomize/commands/edit/set/setconfigmap.go similarity index 100% rename from kustomize/commands/edit/set/configmap.go rename to kustomize/commands/edit/set/setconfigmap.go diff --git a/kustomize/commands/edit/set/configmap_test.go b/kustomize/commands/edit/set/setconfigmap_test.go similarity index 100% rename from kustomize/commands/edit/set/configmap_test.go rename to kustomize/commands/edit/set/setconfigmap_test.go