We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53968b3 + 84267fe commit 8a9b335Copy full SHA for 8a9b335
pkg/operators/v1/operatorcondition_types.go
@@ -36,3 +36,7 @@ type OperatorConditionList struct {
36
37
Items []OperatorCondition `json:"items"`
38
}
39
+
40
+func init() {
41
+ SchemeBuilder.Register(&OperatorCondition{}, &OperatorConditionList{})
42
+}
0 commit comments