mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Automated go.sum updates.
This commit is contained in:
@@ -39,8 +39,8 @@ func NewCreateSetterRunner(parent string) *CreateSetterRunner {
|
||||
set.Flags().StringVar(&r.Set.SetPartialField.Description, "description", "",
|
||||
"record a description for the current setter value.")
|
||||
set.Flags().StringVar(&r.Set.SetPartialField.Field, "field", "",
|
||||
"name of the field to set, a suffix of the path to the field, or the full" +
|
||||
" path to the field. Default is to match all fields.")
|
||||
"name of the field to set, a suffix of the path to the field, or the full"+
|
||||
" path to the field. Default is to match all fields.")
|
||||
set.Flags().StringVar(&r.Set.ResourceMeta.Name, "name", "",
|
||||
"name of the Resource on which to create the setter.")
|
||||
set.Flags().MarkHidden("name")
|
||||
|
||||
Reference in New Issue
Block a user