Skip to content

Commit b5b645f

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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/csv/bases/netobserv-operator.clusterserviceversion.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,26 @@ spec:
277277
path: exporters[0].ipfix
278278
x-descriptors:
279279
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:IPFIX"
280+
- displayName: IPFIX TargetHost
281+
path: exporters[0].ipfix.targetHost
282+
x-descriptors:
283+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:IPFIX"
284+
- displayName: IPFIX TargetPort
285+
path: exporters[0].ipfix.targetPort
286+
x-descriptors:
287+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:IPFIX"
288+
- displayName: IPFIX Transport
289+
path: exporters[0].ipfix.transport
290+
x-descriptors:
291+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:IPFIX"
280292
- displayName: Kafka configuration
281293
path: exporters[0].kafka
282294
x-descriptors:
283295
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
296+
- displayName: OpenTelemetry configuration
297+
path: exporters[0].openTelemetry
298+
x-descriptors:
299+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:OpenTelemetry"
284300
statusDescriptors:
285301
- displayName: Namespace
286302
description: Namespace where console plugin and flowlogs-pipeline have been deployed.

0 commit comments

Comments
 (0)