mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Fix go fmt.
This commit is contained in:
@@ -61,18 +61,18 @@ func CreateSetterCommand(parent string) *cobra.Command {
|
||||
}
|
||||
|
||||
type CreateSetterRunner struct {
|
||||
Command *cobra.Command
|
||||
CreateSetter settersutil.SetterCreator
|
||||
OpenAPIFile string
|
||||
SchemaPath string
|
||||
FieldValue string
|
||||
SetBy string
|
||||
Description string
|
||||
SetterName string
|
||||
Type string
|
||||
FieldName string
|
||||
Schema string
|
||||
Required bool
|
||||
Command *cobra.Command
|
||||
CreateSetter settersutil.SetterCreator
|
||||
OpenAPIFile string
|
||||
SchemaPath string
|
||||
FieldValue string
|
||||
SetBy string
|
||||
Description string
|
||||
SetterName string
|
||||
Type string
|
||||
FieldName string
|
||||
Schema string
|
||||
Required bool
|
||||
RecurseSubPackages bool
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ type ListSettersRunner struct {
|
||||
Markdown bool
|
||||
IncludeSubst bool
|
||||
RecurseSubPackages bool
|
||||
Name string
|
||||
Name string
|
||||
}
|
||||
|
||||
func (r *ListSettersRunner) preRunE(c *cobra.Command, args []string) error {
|
||||
|
||||
@@ -52,15 +52,15 @@ func SetCommand(parent string) *cobra.Command {
|
||||
}
|
||||
|
||||
type SetRunner struct {
|
||||
Command *cobra.Command
|
||||
Set settersutil.FieldSetter
|
||||
OpenAPIFile string
|
||||
Values []string
|
||||
SetBy string
|
||||
Description string
|
||||
Name string
|
||||
Value string
|
||||
ListValues []string
|
||||
Command *cobra.Command
|
||||
Set settersutil.FieldSetter
|
||||
OpenAPIFile string
|
||||
Values []string
|
||||
SetBy string
|
||||
Description string
|
||||
Name string
|
||||
Value string
|
||||
ListValues []string
|
||||
RecurseSubPackages bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user