mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Refactor kustomize config command structure
- Create cfg, fn, live parent commands
This commit is contained in:
committed by
Phillip Wittrock
parent
73157c7141
commit
701c217791
@@ -68,7 +68,7 @@ func GetRunFnRunner(name string) *RunFnRunner {
|
||||
return r
|
||||
}
|
||||
|
||||
func RunFnCommand(name string) *cobra.Command {
|
||||
func RunCommand(name string) *cobra.Command {
|
||||
return GetRunFnRunner(name).Command
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user