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 {
|
type CreateSetterRunner struct {
|
||||||
Command *cobra.Command
|
Command *cobra.Command
|
||||||
CreateSetter settersutil.SetterCreator
|
CreateSetter settersutil.SetterCreator
|
||||||
OpenAPIFile string
|
OpenAPIFile string
|
||||||
SchemaPath string
|
SchemaPath string
|
||||||
FieldValue string
|
FieldValue string
|
||||||
SetBy string
|
SetBy string
|
||||||
Description string
|
Description string
|
||||||
SetterName string
|
SetterName string
|
||||||
Type string
|
Type string
|
||||||
FieldName string
|
FieldName string
|
||||||
Schema string
|
Schema string
|
||||||
Required bool
|
Required bool
|
||||||
RecurseSubPackages bool
|
RecurseSubPackages bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ type ListSettersRunner struct {
|
|||||||
Markdown bool
|
Markdown bool
|
||||||
IncludeSubst bool
|
IncludeSubst bool
|
||||||
RecurseSubPackages bool
|
RecurseSubPackages bool
|
||||||
Name string
|
Name string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *ListSettersRunner) preRunE(c *cobra.Command, args []string) error {
|
func (r *ListSettersRunner) preRunE(c *cobra.Command, args []string) error {
|
||||||
|
|||||||
@@ -52,15 +52,15 @@ func SetCommand(parent string) *cobra.Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SetRunner struct {
|
type SetRunner struct {
|
||||||
Command *cobra.Command
|
Command *cobra.Command
|
||||||
Set settersutil.FieldSetter
|
Set settersutil.FieldSetter
|
||||||
OpenAPIFile string
|
OpenAPIFile string
|
||||||
Values []string
|
Values []string
|
||||||
SetBy string
|
SetBy string
|
||||||
Description string
|
Description string
|
||||||
Name string
|
Name string
|
||||||
Value string
|
Value string
|
||||||
ListValues []string
|
ListValues []string
|
||||||
RecurseSubPackages bool
|
RecurseSubPackages bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user