We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4205abe commit 9ffa8b5Copy full SHA for 9ffa8b5
integration/awsconstants.go
@@ -38,10 +38,9 @@ type AWSOSDetails struct {
38
AWSAMI string
39
AWSUser string
40
41
- CommandsToPrepRepo []string
42
- CommandsToInstallEtcd []string
43
- CommandsToInstallDocker []string
44
- CommandsToInstallK8sMaster []string
45
- CommandsToInstallK8s []string
46
- CommandsToInstallDockerFromScript []string
+ CommandsToPrepRepo []string
+ CommandsToInstallEtcd []string
+ CommandsToInstallDocker []string
+ CommandsToInstallK8sMaster []string
+ CommandsToInstallK8s []string
47
}
integration/file.go
@@ -1,4 +1,4 @@
1
-package intergration
+package integration
2
3
import (
4
"fmt"
0 commit comments