You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Post-refactor clean up
Initial round of post-refactor clean up based on operator-sdk 0.19.4 and the
new generate commands. Updates the manifests and metadata per the new release
of operator-sdk and also validates that the scorecard can be run. Adjustments
made based on the scorecard recommendations were made. More to come.
* Set default channel to 'latest'
* Align metadata to new default channel of latest for HEAD
* Address most of the operator-sdk scorecard findings
Copy file name to clipboardexpand all lines: deploy/olm-catalog/service-telemetry-operator/manifests/service-telemetry-operator.clusterserviceversion.yaml
+27-2
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,31 @@ spec:
106
106
name: servicemonitors.monitoring.coreos.com
107
107
version: v1
108
108
specDescriptors:
109
+
- description: Alerting configuration
110
+
displayName: Alerting Configuration
111
+
path: alerting
112
+
x-descriptors:
113
+
- urn:alm:descriptor:com.tectonic.ui:hidden
114
+
- description: Backends configuration
115
+
displayName: Backends Configuration
116
+
path: backends
117
+
x-descriptors:
118
+
- urn:alm:descriptor:com.tectonic.ui:hidden
119
+
- description: Graphing configuration
120
+
displayName: Graphing Configuration
121
+
path: graphing
122
+
x-descriptors:
123
+
- urn:alm:descriptor:com.tectonic.ui:hidden
124
+
- description: highAvailability configuration
125
+
displayName: High Availability Configuration
126
+
path: highAvailability
127
+
x-descriptors:
128
+
- urn:alm:descriptor:com.tectonic.ui:hidden
129
+
- description: Transports configuration
130
+
displayName: Transports Configuration
131
+
path: transports
132
+
x-descriptors:
133
+
- urn:alm:descriptor:com.tectonic.ui:hidden
109
134
- description: Enable Prometheus for metrics backend.
110
135
displayName: Prometheus enabled
111
136
path: backends.metrics.prometheus.enabled
@@ -203,7 +228,7 @@ spec:
203
228
displayName: Conditions
204
229
path: conditions
205
230
x-descriptors:
206
-
- urn:alm:descriptor:io.kubernetes.conditions
231
+
- urn:alm:descriptor:io.kubernetes:conditions
207
232
- description: Ephemeral storage used?
208
233
displayName: Ephemeral storage used?
209
234
path: ephemeralStorageEnabled.status
@@ -267,7 +292,7 @@ spec:
267
292
displayName: Conditions
268
293
path: conditions
269
294
x-descriptors:
270
-
- urn:alm:descriptor:io.kubernetes.conditions
295
+
- urn:alm:descriptor:io.kubernetes:conditions
271
296
version: v1alpha1
272
297
required:
273
298
- description: A declaration of a required Certificate
0 commit comments