File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,14 @@ func (check *clusterOperatorsUpgradeable) Check() *configv1.ClusterOperatorStatu
152
152
return cond
153
153
}
154
154
155
- type notUpradeableCondition struct {
155
+ type notUpgradeableCondition struct {
156
156
name string
157
157
condition * configv1.ClusterOperatorStatusCondition
158
158
}
159
- var notup []notUpradeableCondition
159
+ var notup []notUpgradeableCondition
160
160
for _ , op := range ops {
161
161
if up := resourcemerge .FindOperatorStatusCondition (op .Status .Conditions , configv1 .OperatorUpgradeable ); up != nil && up .Status == configv1 .ConditionFalse {
162
- notup = append (notup , notUpradeableCondition {name : op .GetName (), condition : up })
162
+ notup = append (notup , notUpgradeableCondition {name : op .GetName (), condition : up })
163
163
}
164
164
}
165
165
You can’t perform that action at this time.
0 commit comments