@@ -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 {
@@ -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" ),
@@ -1008,7 +1008,7 @@ var _ = Describe("Workload cluster creation", func() {
10081008 withWorkerMachineCount (1 ),
10091009 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
10101010 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1011- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1011+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
10121012 }),
10131013 withPostMachinesProvisioned (func () {
10141014 EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1082,7 +1082,7 @@ var _ = Describe("Workload cluster creation", func() {
10821082 withControlPlaneMachineCount (1 ),
10831083 withWorkerMachineCount (1 ),
10841084 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1085- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1085+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
10861086 }),
10871087 withPostMachinesProvisioned (func () {
10881088 EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1180,7 +1180,7 @@ var _ = Describe("Workload cluster creation", func() {
11801180 withControlPlaneMachineCount (1 ),
11811181 withWorkerMachineCount (1 ),
11821182 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1183- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1183+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
11841184 }),
11851185 withPostMachinesProvisioned (func () {
11861186 EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1223,7 +1223,7 @@ var _ = Describe("Workload cluster creation", func() {
12231223 withWorkerMachineCount (2 ),
12241224 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
12251225 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1226- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1226+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
12271227 }),
12281228 withPostMachinesProvisioned (func () {
12291229 EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
@@ -1274,7 +1274,7 @@ var _ = Describe("Workload cluster creation", func() {
12741274 withWorkerMachineCount (2 ),
12751275 withControlPlaneInterval (specName , "wait-control-plane-ha" ),
12761276 withControlPlaneWaiters (clusterctl.ControlPlaneWaiters {
1277- WaitForControlPlaneInitialized : EnsureControlPlaneInitializedNoAddons ,
1277+ WaitForControlPlaneInitialized : EnsureControlPlaneInitialized ,
12781278 }),
12791279 withPostMachinesProvisioned (func () {
12801280 EnsureDaemonsets (ctx , func () DaemonsetsSpecInput {
0 commit comments