From d1bd52ed6921f597ceb6c7a41d4282d5cbbc5f7f Mon Sep 17 00:00:00 2001 From: Tina Fitzgerald Date: Fri, 13 Dec 2024 14:29:16 -0500 Subject: [PATCH] Found one more. --- exp/api/v1beta2/conditions_consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/api/v1beta2/conditions_consts.go b/exp/api/v1beta2/conditions_consts.go index 8a01da61df..2b5acd8f20 100644 --- a/exp/api/v1beta2/conditions_consts.go +++ b/exp/api/v1beta2/conditions_consts.go @@ -107,7 +107,7 @@ const ( // RosaMachinePoolReadyCondition condition reports on the successful reconciliation of rosa machinepool. RosaMachinePoolReadyCondition clusterv1.ConditionType = "RosaMachinePoolReady" // RosaMachinePoolUpgradingCondition condition reports whether ROSAMachinePool is upgrading or not. - RosaMachinePoolUpgradingCondition clusterv1.ConditionType = "RosaMchinePoolUpgrading" + RosaMachinePoolUpgradingCondition clusterv1.ConditionType = "RosaMachinePoolUpgrading" // WaitingForRosaControlPlaneReason used when the machine pool is waiting for // ROSA control plane infrastructure to be ready before proceeding.