@@ -37,6 +37,7 @@ import (
37
37
// * "Database"
38
38
// * "Integration & Delivery"
39
39
// * "Logging & Tracing"
40
+ // * "Modernization & Migration"
40
41
// * "Monitoring"
41
42
// * "Networking"
42
43
// * "OpenShift Optional"
@@ -101,20 +102,21 @@ var validMediatypes = map[string]struct{}{
101
102
}
102
103
103
104
var validCategories = map [string ]struct {}{
104
- "AI/Machine Learning" : {},
105
- "Application Runtime" : {},
106
- "Big Data" : {},
107
- "Cloud Provider" : {},
108
- "Developer Tools" : {},
109
- "Database" : {},
110
- "Integration & Delivery" : {},
111
- "Logging & Tracing" : {},
112
- "Monitoring" : {},
113
- "Networking" : {},
114
- "OpenShift Optional" : {},
115
- "Security" : {},
116
- "Storage" : {},
117
- "Streaming & Messaging" : {},
105
+ "AI/Machine Learning" : {},
106
+ "Application Runtime" : {},
107
+ "Big Data" : {},
108
+ "Cloud Provider" : {},
109
+ "Developer Tools" : {},
110
+ "Database" : {},
111
+ "Integration & Delivery" : {},
112
+ "Logging & Tracing" : {},
113
+ "Monitoring" : {},
114
+ "Modernization & Migration" : {},
115
+ "Networking" : {},
116
+ "OpenShift Optional" : {},
117
+ "Security" : {},
118
+ "Storage" : {},
119
+ "Streaming & Messaging" : {},
118
120
}
119
121
120
122
func validateOperatorHub (objs ... interface {}) (results []errors.ManifestResult ) {
0 commit comments