mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
deprecate some cfg commands
This commit is contained in:
@@ -27,6 +27,8 @@ func NewAnnotateRunner(parent string) *AnnotateRunner {
|
||||
Long: commands.AnnotateLong,
|
||||
Example: commands.AnnotateExamples,
|
||||
RunE: r.runE,
|
||||
Deprecated:
|
||||
"use the `commonAnnotations` field in your kustomization file.",
|
||||
}
|
||||
runner.FixDocs(parent, c)
|
||||
r.Command = c
|
||||
|
||||
Reference in New Issue
Block a user