Skip to content

Commit dbdcbfe

Browse files
committed
Remove unused struct
1 parent bb1a765 commit dbdcbfe

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/e2e/frmwrk/shared_cases.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
2612
func createE2ECluster(ctx context.Context, e2eCtx *E2EContext, cfg ClusterConfig) *E2ECluster {
2713
ec := e2eCtx.NewE2ECluster(cfg)
2814

0 commit comments

Comments
 (0)