Skip to content

Commit b4feafd

Browse files
dinhxuanvutimflannagan
authored andcommitted
Add ConditionType to v2 api (openshift#123)
Signed-off-by: Vu Dinh <[email protected]> Upstream-repository: api Upstream-commit: 083a907264ac07b75d33254b305b782470ae8835
1 parent 34c4e15 commit b4feafd

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)