Skip to content

Commit fc596f2

Browse files
committed
add generated manifests
1 parent 115b9a9 commit fc596f2

File tree

7 files changed

+33
-0
lines changed

7 files changed

+33
-0
lines changed

charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_clusteroutputs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,6 +4063,10 @@ spec:
40634063
description: Identifier for a task within a namespace. Required
40644064
if Resource is generic_task
40654065
type: string
4066+
textPayloadKey:
4067+
description: the key to used to select the text payload from the
4068+
record
4069+
type: string
40664070
workers:
40674071
description: Number of dedicated threads for the Stackdriver Output
40684072
Plugin

charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_outputs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,6 +4063,10 @@ spec:
40634063
description: Identifier for a task within a namespace. Required
40644064
if Resource is generic_task
40654065
type: string
4066+
textPayloadKey:
4067+
description: the key to used to select the text payload from the
4068+
record
4069+
type: string
40664070
workers:
40674071
description: Number of dedicated threads for the Stackdriver Output
40684072
Plugin

config/crd/bases/fluentbit.fluent.io_clusteroutputs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,6 +4063,10 @@ spec:
40634063
description: Identifier for a task within a namespace. Required
40644064
if Resource is generic_task
40654065
type: string
4066+
textPayloadKey:
4067+
description: the key to used to select the text payload from the
4068+
record
4069+
type: string
40664070
workers:
40674071
description: Number of dedicated threads for the Stackdriver Output
40684072
Plugin

config/crd/bases/fluentbit.fluent.io_outputs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4063,6 +4063,10 @@ spec:
40634063
description: Identifier for a task within a namespace. Required
40644064
if Resource is generic_task
40654065
type: string
4066+
textPayloadKey:
4067+
description: the key to used to select the text payload from the
4068+
record
4069+
type: string
40664070
workers:
40674071
description: Number of dedicated threads for the Stackdriver Output
40684072
Plugin

docs/plugins/fluentbit/output/stackdriver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ Stackdriver is the Stackdriver output plugin, allows you to ingest your records
2727
| workers | Number of dedicated threads for the Stackdriver Output Plugin | *int32 |
2828
| customK8sRegex | A custom regex to extract fields from the local_resource_id of the logs | string |
2929
| resourceLabels | Optional list of comma seperated strings. Setting these fields overrides the Stackdriver monitored resource API values | []string |
30+
| textPayloadKey | the key to used to select the text payload from the record | string |

manifests/setup/fluent-operator-crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8199,6 +8199,10 @@ spec:
81998199
description: Identifier for a task within a namespace. Required
82008200
if Resource is generic_task
82018201
type: string
8202+
textPayloadKey:
8203+
description: the key to used to select the text payload from the
8204+
record
8205+
type: string
82028206
workers:
82038207
description: Number of dedicated threads for the Stackdriver Output
82048208
Plugin
@@ -37103,6 +37107,10 @@ spec:
3710337107
description: Identifier for a task within a namespace. Required
3710437108
if Resource is generic_task
3710537109
type: string
37110+
textPayloadKey:
37111+
description: the key to used to select the text payload from the
37112+
record
37113+
type: string
3710637114
workers:
3710737115
description: Number of dedicated threads for the Stackdriver Output
3710837116
Plugin

manifests/setup/setup.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8199,6 +8199,10 @@ spec:
81998199
description: Identifier for a task within a namespace. Required
82008200
if Resource is generic_task
82018201
type: string
8202+
textPayloadKey:
8203+
description: the key to used to select the text payload from the
8204+
record
8205+
type: string
82028206
workers:
82038207
description: Number of dedicated threads for the Stackdriver Output
82048208
Plugin
@@ -37103,6 +37107,10 @@ spec:
3710337107
description: Identifier for a task within a namespace. Required
3710437108
if Resource is generic_task
3710537109
type: string
37110+
textPayloadKey:
37111+
description: the key to used to select the text payload from the
37112+
record
37113+
type: string
3710637114
workers:
3710737115
description: Number of dedicated threads for the Stackdriver Output
3710837116
Plugin

0 commit comments

Comments
 (0)