Skip to content

Commit 84267fe

Browse files
committed
Add OperatorCondition to the client schema
1 parent 53968b3 commit 84267fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/operators/v1/operatorcondition_types.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ type OperatorConditionList struct {
3636

3737
Items []OperatorCondition `json:"items"`
3838
}
39+
40+
func init() {
41+
SchemeBuilder.Register(&OperatorCondition{}, &OperatorConditionList{})
42+
}

0 commit comments

Comments
 (0)