Skip to content

Commit 1339c41

Browse files
committed
Doc: mark excludeLabels as unsupported
1 parent 0158044 commit 1339c41

File tree

5 files changed

+6
-6
lines changed

5 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
@@ -1360,7 +1360,7 @@ type AdvancedLokiConfig struct {
13601360
StaticLabels map[string]string `json:"staticLabels,omitempty"`
13611361

13621362
//+optional
1363-
// `excludeLabels` is a list of field to be excluded from the list of Loki labels.
1363+
// `excludeLabels` is a list of fields to be excluded from the list of Loki labels. [Unsupported (*)].
13641364
ExcludeLabels []string `json:"excludeLabels,omitempty"`
13651365
}
13661366

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,8 +3744,8 @@ spec:
37443744
This section is aimed mostly for debugging and fine-grained performance optimizations.
37453745
properties:
37463746
excludeLabels:
3747-
description: '`excludeLabels` is a list of field to be excluded
3748-
from the list of Loki labels.'
3747+
description: '`excludeLabels` is a list of fields to be excluded
3748+
from the list of Loki labels. [Unsupported (*)].'
37493749
items:
37503750
type: string
37513751
type: array

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3459,7 +3459,7 @@ spec:
34593459
This section is aimed mostly for debugging and fine-grained performance optimizations.
34603460
properties:
34613461
excludeLabels:
3462-
description: '`excludeLabels` is a list of field to be excluded from the list of Loki labels.'
3462+
description: '`excludeLabels` is a list of fields to be excluded from the list of Loki labels. [Unsupported (*)].'
34633463
items:
34643464
type: string
34653465
type: array

docs/FlowCollector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7350,7 +7350,7 @@ This section is aimed mostly for debugging and fine-grained performance optimiza
73507350
<td><b>excludeLabels</b></td>
73517351
<td>[]string</td>
73527352
<td>
7353-
`excludeLabels` is a list of field to be excluded from the list of Loki labels.<br/>
7353+
`excludeLabels` is a list of fields to be excluded from the list of Loki labels. [Unsupported (*)].<br/>
73547354
</td>
73557355
<td>false</td>
73567356
</tr><tr>

helm/crds/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3463,7 +3463,7 @@ spec:
34633463
This section is aimed mostly for debugging and fine-grained performance optimizations.
34643464
properties:
34653465
excludeLabels:
3466-
description: '`excludeLabels` is a list of field to be excluded from the list of Loki labels.'
3466+
description: '`excludeLabels` is a list of fields to be excluded from the list of Loki labels. [Unsupported (*)].'
34673467
items:
34683468
type: string
34693469
type: array

0 commit comments

Comments
 (0)