We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1c58f commit ed6ea44Copy full SHA for ed6ea44
test/e2e/suites/managed/eks_test.go
@@ -36,12 +36,12 @@ import (
36
// General EKS e2e test.
37
var _ = ginkgo.Describe("[managed] [general] EKS cluster tests", func() {
38
var (
39
- namespace *corev1.Namespace
40
- ctx context.Context
41
- specName = "cluster"
42
- clusterName string
43
- cniAddonName = "vpc-cni"
44
- corednsAddonName = "coredns"
+ namespace *corev1.Namespace
+ ctx context.Context
+ specName = "cluster"
+ clusterName string
+ cniAddonName = "vpc-cni"
+ corednsAddonName = "coredns"
45
)
46
47
shared.ConditionalIt(runGeneralTests, "should create a cluster and add nodes", func() {
0 commit comments