@@ -161,7 +161,7 @@ var _ = Describe("Workload cluster creation", func() {
161161					withControlPlaneMachineCount (1 ),
162162					withWorkerMachineCount (1 ),
163163					withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
164- 						WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
164+ 						WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
165165					}),
166166					withPostMachinesProvisioned (func () {
167167						EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -211,7 +211,7 @@ var _ = Describe("Workload cluster creation", func() {
211211				withWorkerMachineCount (2 ),
212212				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
213213				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
214- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
214+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
215215				}),
216216				withPostMachinesProvisioned (func () {
217217					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -309,7 +309,7 @@ var _ = Describe("Workload cluster creation", func() {
309309				withWorkerMachineCount (2 ),
310310				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
311311				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
312- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
312+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
313313				}),
314314				withPostMachinesProvisioned (func () {
315315					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -368,7 +368,7 @@ var _ = Describe("Workload cluster creation", func() {
368368				withControlPlaneMachineCount (1 ),
369369				withWorkerMachineCount (1 ),
370370				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
371- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
371+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
372372				}),
373373				withPostMachinesProvisioned (func () {
374374					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -406,7 +406,7 @@ var _ = Describe("Workload cluster creation", func() {
406406				withControlPlaneMachineCount (1 ),
407407				withWorkerMachineCount (1 ),
408408				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
409- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
409+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
410410				}),
411411				withPostMachinesProvisioned (func () {
412412					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -443,7 +443,7 @@ var _ = Describe("Workload cluster creation", func() {
443443				withControlPlaneMachineCount (1 ),
444444				withWorkerMachineCount (1 ),
445445				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
446- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
446+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
447447				}),
448448				withPostMachinesProvisioned (func () {
449449					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -481,7 +481,7 @@ var _ = Describe("Workload cluster creation", func() {
481481				withWorkerMachineCount (1 ),
482482				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
483483				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
484- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
484+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
485485				}),
486486				withPostMachinesProvisioned (func () {
487487					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -541,7 +541,7 @@ var _ = Describe("Workload cluster creation", func() {
541541				withControlPlaneInterval (specName , "wait-control-plane" ),
542542				withMachinePoolInterval (specName , "wait-machine-pool-nodes" ),
543543				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
544- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
544+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
545545				}),
546546				withPostMachinesProvisioned (func () {
547547					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -610,7 +610,7 @@ var _ = Describe("Workload cluster creation", func() {
610610				withWorkerMachineCount (1 ),
611611				withMachineDeploymentInterval (specName , "wait-gpu-nodes" ),
612612				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
613- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
613+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
614614				}),
615615				withPostMachinesProvisioned (func () {
616616					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -620,8 +620,8 @@ var _ = Describe("Workload cluster creation", func() {
620620							ClusterName :           clusterName ,
621621						}
622622					})
623- 					InstallGPUOperator (ctx , func () GPUOperatorSpecInput  {
624- 						return  GPUOperatorSpecInput {
623+ 					EnsureGPUOperator (ctx , func () EnsureGPUOperatorInput  {
624+ 						return  EnsureGPUOperatorInput {
625625							BootstrapClusterProxy : bootstrapClusterProxy ,
626626							Namespace :             namespace ,
627627							ClusterName :           clusterName ,
@@ -668,7 +668,7 @@ var _ = Describe("Workload cluster creation", func() {
668668				withWorkerMachineCount (1 ),
669669				withMachineDeploymentInterval (specName , "" ),
670670				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
671- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
671+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
672672				}),
673673				withMachinePoolInterval (specName , "wait-machine-pool-nodes" ),
674674				withControlPlaneInterval (specName , "wait-control-plane" ),
@@ -1010,7 +1010,7 @@ var _ = Describe("Workload cluster creation", func() {
10101010				withWorkerMachineCount (1 ),
10111011				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
10121012				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1013- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1013+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
10141014				}),
10151015				withPostMachinesProvisioned (func () {
10161016					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -1084,7 +1084,7 @@ var _ = Describe("Workload cluster creation", func() {
10841084				withControlPlaneMachineCount (1 ),
10851085				withWorkerMachineCount (1 ),
10861086				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1087- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1087+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
10881088				}),
10891089				withPostMachinesProvisioned (func () {
10901090					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -1182,7 +1182,7 @@ var _ = Describe("Workload cluster creation", func() {
11821182				withControlPlaneMachineCount (1 ),
11831183				withWorkerMachineCount (1 ),
11841184				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1185- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1185+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
11861186				}),
11871187				withPostMachinesProvisioned (func () {
11881188					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -1225,7 +1225,7 @@ var _ = Describe("Workload cluster creation", func() {
12251225				withWorkerMachineCount (2 ),
12261226				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
12271227				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1228- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1228+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
12291229				}),
12301230				withPostMachinesProvisioned (func () {
12311231					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
@@ -1276,7 +1276,7 @@ var _ = Describe("Workload cluster creation", func() {
12761276				withWorkerMachineCount (2 ),
12771277				withControlPlaneInterval (specName , "wait-control-plane-ha" ),
12781278				withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1279- 					WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1279+ 					WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
12801280				}),
12811281				withPostMachinesProvisioned (func () {
12821282					EnsureDaemonsets (ctx , func () DaemonsetsSpecInput  {
0 commit comments