File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,8 @@ import (
77 . "github.com/onsi/gomega" //nolint:staticcheck
88
99 "sigs.k8s.io/cluster-api/test/framework"
10- "sigs.k8s.io/cluster-api/test/framework/clusterctl"
1110)
1211
13- type ClusterUpgradeSpecInput struct {
14- E2EConfig * clusterctl.E2EConfig
15- ClusterctlConfigPath string
16- BootstrapClusterProxy framework.ClusterProxy
17- ArtifactFolder string
18- SkipCleanup bool
19- SkipConformanceTests bool
20- ControlPlaneWaiters clusterctl.ControlPlaneWaiters
21- InfrastructureProvider * string
22- ControlPlaneMachineCount * int64
23- WorkerMachineCount * int64
24- }
25-
2612func createE2ECluster (ctx context.Context , e2eCtx * E2EContext , cfg ClusterConfig ) * E2ECluster {
2713 ec := e2eCtx .NewE2ECluster (cfg )
2814
You can’t perform that action at this time.
0 commit comments