Skip to content

Commit 830d73e

Browse files
committed
fix: gofmt struct field alignment in config.go
1 parent 0b6d44b commit 830d73e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

internal/types/config.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
package types
22

33
type Config struct {
4-
Region string `json:"region"`
5-
ManageNonOwnedERIs bool `json:"manageNonOwnedENIs"`
6-
ControllerNamespace string `json:"controllerNamespace"`
7-
ControllerName string `json:"controllerName"`
8-
ClusterDomain string `json:"clusterDomain"`
9-
CertDir string `json:"certDir"`
10-
EnableDevicePlugin *bool `json:"enableDevicePlugin"`
11-
EnableWebhook *bool `json:"enableWebhook"`
12-
SMCInitImage string `json:"smcInitImage"`
13-
EnableInitContainerInject *bool `json:"enableInitContainerInject"`
4+
Region string `json:"region"`
5+
ManageNonOwnedERIs bool `json:"manageNonOwnedENIs"`
6+
ControllerNamespace string `json:"controllerNamespace"`
7+
ControllerName string `json:"controllerName"`
8+
ClusterDomain string `json:"clusterDomain"`
9+
CertDir string `json:"certDir"`
10+
EnableDevicePlugin *bool `json:"enableDevicePlugin"`
11+
EnableWebhook *bool `json:"enableWebhook"`
12+
SMCInitImage string `json:"smcInitImage"`
13+
EnableInitContainerInject *bool `json:"enableInitContainerInject"`
1414
NodeSelector map[string]string `json:"nodeSelector"`
1515
WaitNodeReadyTimeoutSeconds int `json:"waitNodeReadyTimeoutSeconds"`
1616
}

0 commit comments

Comments
 (0)