File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ type upgradeInProgressUpgradeable struct {
269269
270270func (check * upgradeInProgressUpgradeable ) Check () * configv1.ClusterOperatorStatusCondition {
271271 cond := & configv1.ClusterOperatorStatusCondition {
272- Type : " UpgradeableUpgradeInProgress" ,
272+ Type : internal . UpgradeableUpgradeInProgress ,
273273 Status : configv1 .ConditionTrue ,
274274 }
275275
Original file line number Diff line number Diff line change @@ -67,4 +67,7 @@ const (
6767 // UpgradeableClusterVersionOverrides is False if there are overrides in the Cluster Version, and thus update to the next minor
6868 // version is blocked.
6969 UpgradeableClusterVersionOverrides configv1.ClusterStatusConditionType = "UpgradeableClusterVersionOverrides"
70+
71+ // UpgradeableUpgradeInProgress is True if an update is in progress
72+ UpgradeableUpgradeInProgress configv1.ClusterStatusConditionType = "UpgradeableUpgradeInProgress"
7073)
You can’t perform that action at this time.
0 commit comments