Skip to content

Commit

Permalink
sed netobserv=>network observability
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Sep 12, 2023
1 parent e960585 commit f1ffd94
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 25 deletions.
1 change: 0 additions & 1 deletion api/v1beta1/flowcollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ type FlowCollectorSpec struct {
// Important: Run "make generate" to regenerate code after modifying this file

// Namespace where NetObserv pods are deployed.
// If empty, the namespace of the operator is going to be used.
// +kubebuilder:default:=netobserv
Namespace string `json:"namespace,omitempty"`

Expand Down
3 changes: 1 addition & 2 deletions bundle/manifests/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3845,8 +3845,7 @@ spec:
type: object
namespace:
default: netobserv
description: Namespace where NetObserv pods are deployed. If empty,
the namespace of the operator is going to be used.
description: Namespace where NetObserv pods are deployed.
type: string
processor:
description: '`processor` defines the settings of the component that
Expand Down
3 changes: 1 addition & 2 deletions config/crd/bases/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3832,8 +3832,7 @@ spec:
type: object
namespace:
default: netobserv
description: Namespace where NetObserv pods are deployed. If empty,
the namespace of the operator is going to be used.
description: Namespace where NetObserv pods are deployed.
type: string
processor:
description: '`processor` defines the settings of the component that
Expand Down
2 changes: 1 addition & 1 deletion docs/FlowCollector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ Defines the desired state of the FlowCollector resource. <br><br> *: the mention
<td><b>namespace</b></td>
<td>string</td>
<td>
Namespace where NetObserv pods are deployed. If empty, the namespace of the operator is going to be used.<br/>
Namespace where NetObserv pods are deployed.<br/>
<br/>
<i>Default</i>: netobserv<br/>
</td>
Expand Down
38 changes: 19 additions & 19 deletions docs/flowcollector-flows-netobserv-io-v1beta1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Type::
| `namespace`
| `string`
| Namespace where NetObserv pods are deployed.
| Namespace where Network Observability pods are deployed.
| `processor`
| `object`
Expand Down Expand Up @@ -136,7 +136,7 @@ Type::
| `type`
| `string`
| `type` selects the flows tracing agent. Possible values are: +
- `EBPF` (default) to use NetObserv eBPF agent. +
- `EBPF` (default) to use Network Observability eBPF agent. +
- `IPFIX` [deprecated (*)] - to use the legacy IPFIX collector. +
`EBPF` is recommended as it offers better performances and should work regardless of the CNI installed on the cluster. `IPFIX` works with OVN-Kubernetes CNI (other CNIs could work if they support exporting IPFIX, but they would require manual configuration).
Expand Down Expand Up @@ -196,7 +196,7 @@ Type::

| `logLevel`
| `string`
| `logLevel` defines the log level for the NetObserv eBPF Agent
| `logLevel` defines the log level for the Network Observability eBPF Agent

| `privileged`
| `boolean`
Expand Down Expand Up @@ -634,7 +634,7 @@ Required::
| `topic`
| `string`
| Kafka topic to use. It must exist, NetObserv does not create it.
| Kafka topic to use. It must exist, Network Observability does not create it.
|===
== .spec.exporters[].kafka.sasl
Expand Down Expand Up @@ -694,7 +694,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -728,7 +728,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -800,7 +800,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -838,7 +838,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -879,7 +879,7 @@ Required::
| `topic`
| `string`
| Kafka topic to use. It must exist, NetObserv does not create it.
| Kafka topic to use. It must exist, Network Observability does not create it.
|===
== .spec.kafka.sasl
Expand Down Expand Up @@ -939,7 +939,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -973,7 +973,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -1045,7 +1045,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -1083,7 +1083,7 @@ Type::

| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.

| `type`
| `string`
Expand Down Expand Up @@ -1237,7 +1237,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down Expand Up @@ -1275,7 +1275,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down Expand Up @@ -1347,7 +1347,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down Expand Up @@ -1385,7 +1385,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down Expand Up @@ -1651,7 +1651,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing certificates. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down Expand Up @@ -1685,7 +1685,7 @@ Type::
| `namespace`
| `string`
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where NetObserv is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| Namespace of the config map or secret containing the file. If omitted, the default is to use the same namespace as where Network Observability is deployed. If the namespace is different, the config map or the secret is copied so that it can be mounted as required.
| `type`
| `string`
Expand Down
1 change: 1 addition & 0 deletions hack/asciidoc-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ sed -i -r '/^== Specification$/d ' $ADOC
sed -i -r 's/^==/=/g' $ADOC
sed -i -r '/^= API endpoints/Q' $ADOC
sed -i -r 's/OpenShift/{product-title}/g' $ADOC
sed -i -r 's/\<NetObserv\>/Network Observability/g' $ADOC
sed -i -r 's/<br>/ +\n/g' $ADOC
sed -i -r 's/<i>/_/g' $ADOC
sed -i -r 's/<\/i>/_/g' $ADOC
Expand Down

0 comments on commit f1ffd94

Please sign in to comment.