fix lint tabs

pull/9404/head
ToonvanStrijp 2020-10-07 19:40:59 +02:00
parent 78a1532408
commit 96d7fc4bc0
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ func generateClusterConfig(cmd *cobra.Command, existing *config.ClusterConfig, k
HostOnlyNicType: viper.GetString(hostOnlyNicType),
NatNicType: viper.GetString(natNicType),
StartHostTimeout: viper.GetDuration(waitTimeout),
ExposedPorts: viper.GetStringSlice(ports),
ExposedPorts: viper.GetStringSlice(ports),
KubernetesConfig: config.KubernetesConfig{
KubernetesVersion: k8sVersion,
ClusterName: ClusterFlagValue(),

View File

@ -71,7 +71,7 @@ type ClusterConfig struct {
Addons map[string]bool
VerifyComponents map[string]bool // map of components to verify and wait for after start.
StartHostTimeout time.Duration
ExposedPorts []string // Only used by the docker and podman driver
ExposedPorts []string // Only used by the docker and podman driver
}
// KubernetesConfig contains the parameters used to configure the VM Kubernetes.