@@ -3753,7 +3753,8 @@ spec:
37533753 properties:
37543754 action:
37553755 description: '`action` defines the action to perform on
3756- the flows that match the filter.'
3756+ the flows that match the filter. The available options
3757+ are `Accept`, which is the default, and `Reject`.'
37573758 enum:
37583759 - Accept
37593760 - Reject
@@ -3768,14 +3769,15 @@ spec:
37683769 - type: integer
37693770 - type: string
37703771 description: |-
3771- `destPorts` defines the destination ports to filter flows by.
3772+ `destPorts` optionally defines the destination ports to filter flows by.
37723773 To filter a single port, set a single port as an integer value. For example, `destPorts: 80`.
37733774 To filter a range of ports, use a "start-end" range in string format. For example, `destPorts: "80-100"`.
37743775 To filter two ports, use a "port1,port2" in string format. For example, `ports: "80,100"`.
37753776 x-kubernetes-int-or-string: true
37763777 direction:
3777- description: '`direction` defines the direction to filter
3778- flows by.'
3778+ description: '`direction` optionally defines a direction
3779+ to filter flows by. The available options are `Ingress`
3780+ and `Egress`.'
37793781 enum:
37803782 - Ingress
37813783 - Egress
@@ -3786,34 +3788,36 @@ spec:
37863788 type: boolean
37873789 icmpCode:
37883790 description: '`icmpCode`, for Internet Control Message
3789- Protocol (ICMP) traffic, defines the ICMP code to filter
3790- flows by.'
3791+ Protocol (ICMP) traffic, optionally defines the ICMP
3792+ code to filter flows by.'
37913793 type: integer
37923794 icmpType:
3793- description: '`icmpType`, for ICMP traffic, defines the
3794- ICMP type to filter flows by.'
3795+ description: '`icmpType`, for ICMP traffic, optionally
3796+ defines the ICMP type to filter flows by.'
37953797 type: integer
37963798 peerIP:
37973799 description: |-
3798- `peerIP` defines the IP address to filter flows by.
3800+ `peerIP` optionally defines the remote IP address to filter flows by.
37993801 Example: `10.10.10.10`.
38003802 type: string
38013803 pktDrops:
3802- description: '`pktDrops` filters flows with packet drops'
3804+ description: '`pktDrops` optionally filters only flows
3805+ containing packet drops.'
38033806 type: boolean
38043807 ports:
38053808 anyOf:
38063809 - type: integer
38073810 - type: string
38083811 description: |-
3809- `ports` defines the ports to filter flows by. It is used both for source and destination ports.
3812+ `ports` optionally defines the ports to filter flows by. It is used both for source and destination ports.
38103813 To filter a single port, set a single port as an integer value. For example, `ports: 80`.
38113814 To filter a range of ports, use a "start-end" range in string format. For example, `ports: "80-100"`.
38123815 To filter two ports, use a "port1,port2" in string format. For example, `ports: "80,100"`.
38133816 x-kubernetes-int-or-string: true
38143817 protocol:
3815- description: '`protocol` defines the protocol to filter
3816- flows by.'
3818+ description: '`protocol` optionally defines a protocol
3819+ to filter flows by. The available options are `TCP`,
3820+ `UDP`, `ICMP`, `ICMPv6`, and `SCTP`.'
38173821 enum:
38183822 - TCP
38193823 - UDP
@@ -3826,14 +3830,15 @@ spec:
38263830 - type: integer
38273831 - type: string
38283832 description: |-
3829- `sourcePorts` defines the source ports to filter flows by.
3833+ `sourcePorts` optionally defines the source ports to filter flows by.
38303834 To filter a single port, set a single port as an integer value. For example, `sourcePorts: 80`.
38313835 To filter a range of ports, use a "start-end" range in string format. For example, `sourcePorts: "80-100"`.
38323836 To filter two ports, use a "port1,port2" in string format. For example, `ports: "80,100"`.
38333837 x-kubernetes-int-or-string: true
38343838 tcpFlags:
3835- description: '`tcpFlags` defines the TCP flags to filter
3836- flows by.'
3839+ description: |-
3840+ `tcpFlags` optionally defines TCP flags to filter flows by.
3841+ In addition to the standard flags (RFC-9293), you can also filter by one of the three following combinations: `SYN-ACK`, `FIN-ACK`, and `RST-ACK`.
38373842 enum:
38383843 - SYN
38393844 - SYN-ACK
@@ -3978,7 +3983,7 @@ spec:
39783983 type: string
39793984 type:
39803985 description: 'Type for the file reference:
3981- " configmap" or " secret" .'
3986+ ` configmap` or ` secret` .'
39823987 enum:
39833988 - configmap
39843989 - secret
@@ -5738,8 +5743,8 @@ spec:
57385743 If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
57395744 type: string
57405745 type:
5741- description: 'Type for the file reference: " configmap"
5742- or " secret" .'
5746+ description: 'Type for the file reference: ` configmap`
5747+ or ` secret` .'
57435748 enum:
57445749 - configmap
57455750 - secret
@@ -5764,8 +5769,8 @@ spec:
57645769 If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
57655770 type: string
57665771 type:
5767- description: 'Type for the file reference: " configmap"
5768- or " secret" .'
5772+ description: 'Type for the file reference: ` configmap`
5773+ or ` secret` .'
57695774 enum:
57705775 - configmap
57715776 - secret
@@ -6017,7 +6022,7 @@ spec:
60176022 type: object
60186023 type:
60196024 description: '`type` selects the type of exporters. The available
6020- options are `Kafka` and `IPFIX `.'
6025+ options are `Kafka`, `IPFIX`, and `OpenTelemetry `.'
60216026 enum:
60226027 - Kafka
60236028 - IPFIX
@@ -6057,8 +6062,8 @@ spec:
60576062 If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
60586063 type: string
60596064 type:
6060- description: 'Type for the file reference: " configmap"
6061- or " secret" .'
6065+ description: 'Type for the file reference: ` configmap`
6066+ or ` secret` .'
60626067 enum:
60636068 - configmap
60646069 - secret
@@ -6082,8 +6087,8 @@ spec:
60826087 If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
60836088 type: string
60846089 type:
6085- description: 'Type for the file reference: " configmap"
6086- or " secret" .'
6090+ description: 'Type for the file reference: ` configmap`
6091+ or ` secret` .'
60876092 enum:
60886093 - configmap
60896094 - secret
@@ -6703,7 +6708,7 @@ spec:
67036708 description: |-
67046709 Set `enable` to `true` to deploy network policies on the namespaces used by NetObserv (main and privileged). It is disabled by default.
67056710 These network policies better isolate the NetObserv components to prevent undesired connections to them.
6706- We recommend you either enable it, or create your own network policy for NetObserv .
6711+ To increase the security of connections, enable this option or create your own network policy.
67076712 type: boolean
67086713 type: object
67096714 processor:
@@ -8310,8 +8315,8 @@ spec:
83108315 If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
83118316 type: string
83128317 type:
8313- description: 'Type for the file reference: " configmap"
8314- or " secret" .'
8318+ description: 'Type for the file reference: ` configmap`
8319+ or ` secret` .'
83158320 enum:
83168321 - configmap
83178322 - secret
0 commit comments