Skip to content

Commit

Permalink
Add back flavor to Waiter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Aug 11, 2023
1 parent 3a37397 commit c28181c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/framework/clusterctl/clusterctl_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ func ApplyClusterTemplateAndWait(ctx context.Context, input ApplyClusterTemplate
ClusterName: input.ConfigCluster.ClusterName,
Namespace: input.ConfigCluster.Namespace,
CNIManifestPath: input.CNIManifestPath,
Flavor: input.ConfigCluster.Flavor,
WaitForClusterIntervals: input.WaitForClusterIntervals,
WaitForControlPlaneIntervals: input.WaitForControlPlaneIntervals,
WaitForMachineDeployments: input.WaitForMachineDeployments,
Expand All @@ -333,6 +334,7 @@ type ApplyCustomClusterTemplateAndWaitInput struct {
ClusterName string
Namespace string
CNIManifestPath string
Flavor string
WaitForClusterIntervals []interface{}
WaitForControlPlaneIntervals []interface{}
WaitForMachineDeployments []interface{}
Expand Down

0 comments on commit c28181c

Please sign in to comment.