Skip to content

Commit cc674a3

Browse files
committed
Fix Exporters form view
1 parent 5442201 commit cc674a3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,10 +1258,11 @@ spec:
12581258
type: object
12591259
type:
12601260
description: '`type` selects the type of exporters. The available
1261-
options are `KAFKA` and `IPFIX`.'
1261+
options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
12621262
enum:
12631263
- KAFKA
12641264
- IPFIX
1265+
- OpenTelemetry
12651266
type: string
12661267
required:
12671268
- type

config/crd/bases/flows.netobserv.io_flowcollectors.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,11 @@ spec:
11551155
- topic
11561156
type: object
11571157
type:
1158-
description: '`type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`.'
1158+
description: '`type` selects the type of exporters. The available options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
11591159
enum:
11601160
- KAFKA
11611161
- IPFIX
1162+
- OpenTelemetry
11621163
type: string
11631164
required:
11641165
- type

config/csv/bases/netobserv-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ spec:
281281
path: exporters[0].kafka
282282
x-descriptors:
283283
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
284+
- displayName: OpenTelemetry configuration
285+
path: exporters[0].openTelemetry
286+
x-descriptors:
287+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:OpenTelemetry"
284288
statusDescriptors:
285289
- displayName: Namespace
286290
description: Namespace where console plugin and flowlogs-pipeline have been deployed.

docs/FlowCollector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,9 +2277,9 @@ only the result of this request.<br/>
22772277
<td><b>type</b></td>
22782278
<td>enum</td>
22792279
<td>
2280-
`type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`.<br/>
2280+
`type` selects the type of exporters. The available options are `Kafka`, `IPFIX`, and `OpenTelemetry`.<br/>
22812281
<br/>
2282-
<i>Enum</i>: KAFKA, IPFIX<br/>
2282+
<i>Enum</i>: Kafka, IPFIX, OpenTelemetry<br/>
22832283
</td>
22842284
<td>true</td>
22852285
</tr><tr>

0 commit comments

Comments
 (0)