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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user