Skip to content

Commit

Permalink
Update api/v1beta2/flowcollector_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Takvorian <[email protected]>
  • Loading branch information
jpinsonneau and jotak authored Oct 10, 2023
1 parent 0397cf9 commit aeb6034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1beta2/flowcollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ const (

// `FlowCollectorExporter` defines an additional exporter to send enriched flows to.
type FlowCollectorExporter struct {
// `type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`. `IPFIX` is unsupported (*).
// `type` selects the type of exporters. The available options are `KAFKA` and `IPFIX`.
// +unionDiscriminator
// +kubebuilder:validation:Enum:="KAFKA";"IPFIX"
// +kubebuilder:validation:Required
Expand All @@ -855,7 +855,7 @@ type FlowCollectorExporter struct {
// +optional
Kafka FlowCollectorKafka `json:"kafka,omitempty"`

// IPFIX configuration, such as the IP address and port to send enriched IPFIX flows to. [Unsupported (*)].
// IPFIX configuration, such as the IP address and port to send enriched IPFIX flows to.
// +optional
IPFIX FlowCollectorIPFIXReceiver `json:"ipfix,omitempty"`
}
Expand Down

0 comments on commit aeb6034

Please sign in to comment.