Skip to content

Commit 1dd06ce

Browse files
authored
API Docs Grammar Fix (#2189)
* fix grammar in flowcollector API docs * update-bundle
1 parent 453127f commit 1dd06ce

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
@@ -97,7 +97,7 @@ type NetworkPolicy struct {
9797
// Deploys network policies on the namespaces used by NetObserv (main and privileged).
9898
// These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
9999
// This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
100-
// When disabled, you can create manually the network policies for the NetObserv components.
100+
// When disabled, you can manually create the network policies for the NetObserv components.
101101
// +optional
102102
Enable *bool `json:"enable,omitempty"`
103103

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4268,7 +4268,7 @@ spec:
42684268
Deploys network policies on the namespaces used by NetObserv (main and privileged).
42694269
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
42704270
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
4271-
When disabled, you can create manually the network policies for the NetObserv components.
4271+
When disabled, you can manually create the network policies for the NetObserv components.
42724272
type: boolean
42734273
type: object
42744274
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.10.0-community
256-
createdAt: "2025-11-04T14:28:55Z"
256+
createdAt: "2025-11-25T09:57:07Z"
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
@@ -3916,7 +3916,7 @@ spec:
39163916
Deploys network policies on the namespaces used by NetObserv (main and privileged).
39173917
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
39183918
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
3919-
When disabled, you can create manually the network policies for the NetObserv components.
3919+
When disabled, you can manually create the network policies for the NetObserv components.
39203920
type: boolean
39213921
type: object
39223922
processor:

docs/FlowCollector.md

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

helm/crds/flows.netobserv.io_flowcollectors.yaml

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

0 commit comments

Comments
 (0)