Skip to content

Commit

Permalink
Fix Exporters form view
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoghrd committed Nov 26, 2024
1 parent 5442201 commit cc674a3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bundle/manifests/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1258,10 +1258,11 @@ spec:
type: object
type:
description: '`type` selects the type of exporters. The available
options are `KAFKA` and `IPFIX`.'
options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
enum:
- KAFKA
- IPFIX
- OpenTelemetry
type: string
required:
- type
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,10 +1155,11 @@ spec:
- topic
type: object
type:
description: '`type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`.'
description: '`type` selects the type of exporters. The available options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
enum:
- KAFKA
- IPFIX
- OpenTelemetry
type: string
required:
- type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ spec:
path: exporters[0].kafka
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
- displayName: OpenTelemetry configuration
path: exporters[0].openTelemetry
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:OpenTelemetry"
statusDescriptors:
- displayName: Namespace
description: Namespace where console plugin and flowlogs-pipeline have been deployed.
Expand Down
4 changes: 2 additions & 2 deletions docs/FlowCollector.md
Original file line number Diff line number Diff line change
Expand Up @@ -2277,9 +2277,9 @@ only the result of this request.<br/>
<td><b>type</b></td>
<td>enum</td>
<td>
`type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`.<br/>
`type` selects the type of exporters. The available options are `Kafka`, `IPFIX`, and `OpenTelemetry`.<br/>
<br/>
<i>Enum</i>: KAFKA, IPFIX<br/>
<i>Enum</i>: Kafka, IPFIX, OpenTelemetry<br/>
</td>
<td>true</td>
</tr><tr>
Expand Down

0 comments on commit cc674a3

Please sign in to comment.