Skip to content

Commit

Permalink
wip specDescriptors / statusDescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Sep 18, 2023
1 parent 3006d56 commit f66fadd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/csv/bases/netobserv-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ spec:
kind: FlowCollector
name: flowcollectors.flows.netobserv.io
version: v1beta1
specDescriptors:
- path: namespace
displayName: Namespace
description: Namespace where NetObserv pods are deployed.
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:text'
- path: kafka.storage.type
displayName: Agent type
description: Flows tracing agent to use.
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:select:EBPF
- urn:alm:descriptor:com.tectonic.ui:select:IPFIX
statusDescriptors:
- displayName: Namespace
description: Namespace where console plugin and flowlogs-pipeline have been deployed.
path: namespace
x-descriptors:
- urn:alm:descriptor:text
- description: Conditions of the FlowCollector instance health.
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
description: ':full-description:'
displayName: NetObserv Operator
icon:
Expand Down

0 comments on commit f66fadd

Please sign in to comment.