Skip to content

Commit 24048dc

Browse files
committed
Add ConditionType to v2 api (#123)
Upstream-commit: 083a907264ac07b75d33254b305b782470ae8835 Upstream-repository: api Signed-off-by: Vu Dinh <[email protected]>
1 parent 8e432e6 commit 24048dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

staging/api/pkg/operators/v2/operatorcondition_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const (
99
Upgradeable string = "Upgradeable"
1010
)
1111

12+
// ConditionType codifies a condition's type.
13+
type ConditionType string
14+
1215
// OperatorConditionSpec allows an operator to report state to OLM and provides
1316
// cluster admin with the ability to manually override state reported by the operator.
1417
type OperatorConditionSpec struct {

0 commit comments

Comments
 (0)