You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/operators/v1/operatorcondition_types.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ import (
5
5
)
6
6
7
7
const (
8
-
// OperatorUpgradeable indicates that the operator is upgradeable
9
-
OperatorUpgradeablestring="OperatorUpgradeable"
8
+
// Upgradeable indicates that the operator is upgradeable
9
+
Upgradeablestring="Upgradeable"
10
10
)
11
11
12
12
// OperatorConditionSpec allows a cluster admin to convey information about the state of an operator to OLM, potentially overriding state reported by the operator.
0 commit comments