mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
deprecate some cfg commands
This commit is contained in:
@@ -32,6 +32,8 @@ func NewCreateSetterRunner(parent string) *CreateSetterRunner {
|
||||
Example: commands.CreateSetterExamples,
|
||||
PreRunE: r.preRunE,
|
||||
RunE: r.runE,
|
||||
Deprecated: "setter commands will no longer be available in kustomize v5.\n" +
|
||||
"See discussion in https://github.com/kubernetes-sigs/kustomize/issues/3953.",
|
||||
}
|
||||
set.Flags().StringVar(&r.FieldValue, "value", "",
|
||||
"optional flag, alternative to specifying the value as an argument. e.g. used to specify values that start with '-'")
|
||||
|
||||
Reference in New Issue
Block a user