mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Remove import of k8sdeps from create command
This commit is contained in:
@@ -45,7 +45,7 @@ See https://sigs.k8s.io/kustomize
|
||||
stdOut, fSys, v,
|
||||
rf, pf),
|
||||
edit.NewCmdEdit(fSys, v, uf),
|
||||
create.NewCmdCreate(fSys),
|
||||
create.NewCmdCreate(fSys, uf),
|
||||
misc.NewCmdConfig(fSys),
|
||||
misc.NewCmdVersion(stdOut),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user