Skip to content

Commit cad427a

Browse files
authored
API Docs Grammar Fix (#2189) (#2191)
* fix grammar in flowcollector API docs * update-bundle
1 parent ecab497 commit cad427a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/flowcollector/v1beta2/flowcollector_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type NetworkPolicy struct {
9494
// Deploys network policies on the namespaces used by NetObserv (main and privileged).
9595
// These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
9696
// This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
97-
// When disabled, you can create manually the network policies for the NetObserv components.
97+
// When disabled, you can manually create the network policies for the NetObserv components.
9898
// +optional
9999
Enable *bool `json:"enable,omitempty"`
100100

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4260,7 +4260,7 @@ spec:
42604260
Deploys network policies on the namespaces used by NetObserv (main and privileged).
42614261
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
42624262
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
4263-
When disabled, you can create manually the network policies for the NetObserv components.
4263+
When disabled, you can manually create the network policies for the NetObserv components.
42644264
type: boolean
42654265
type: object
42664266
processor:

bundle/manifests/netobserv-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ metadata:
253253
categories: Monitoring, Networking, Observability
254254
console.openshift.io/plugins: '["netobserv-plugin"]'
255255
containerImage: quay.io/netobserv/network-observability-operator:1.9.2-community
256-
createdAt: "2025-10-15T13:45:09Z"
256+
createdAt: "2025-11-25T13:46:03Z"
257257
description: Network flows collector and monitoring solution
258258
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
259259
"kind":"FlowCollector","metadata":{"name":"cluster"},"spec": {}}'

config/crd/bases/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3908,7 +3908,7 @@ spec:
39083908
Deploys network policies on the namespaces used by NetObserv (main and privileged).
39093909
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
39103910
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
3911-
When disabled, you can create manually the network policies for the NetObserv components.
3911+
When disabled, you can manually create the network policies for the NetObserv components.
39123912
type: boolean
39133913
type: object
39143914
processor:

docs/FlowCollector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8350,7 +8350,7 @@ configuration, you can disable it and install your own instead.<br/>
83508350
Deploys network policies on the namespaces used by NetObserv (main and privileged).
83518351
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
83528352
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
8353-
When disabled, you can create manually the network policies for the NetObserv components.<br/>
8353+
When disabled, you can manually create the network policies for the NetObserv components.<br/>
83548354
</td>
83558355
<td>false</td>
83568356
</tr></tbody>

helm/crds/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3912,7 +3912,7 @@ spec:
39123912
Deploys network policies on the namespaces used by NetObserv (main and privileged).
39133913
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
39143914
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
3915-
When disabled, you can create manually the network policies for the NetObserv components.
3915+
When disabled, you can manually create the network policies for the NetObserv components.
39163916
type: boolean
39173917
type: object
39183918
processor:

0 commit comments

Comments
 (0)