mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
deprecate some cfg commands
This commit is contained in:
@@ -19,6 +19,8 @@ func GetMergeRunner(name string) *MergeRunner {
|
||||
Long: commands.MergeLong,
|
||||
Example: commands.MergeExamples,
|
||||
RunE: r.runE,
|
||||
Deprecated: "this will no longer be available in kustomize v5.\n" +
|
||||
"See discussion in https://github.com/kubernetes-sigs/kustomize/issues/3953.",
|
||||
}
|
||||
runner.FixDocs(name, c)
|
||||
r.Command = c
|
||||
|
||||
Reference in New Issue
Block a user