Skip to content

Commit 0f12515

Browse files
committed
Brings storageType for kubernetesEvents in line with other input plugins
1 parent 2e78ada commit 0f12515

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,11 @@ spec:
368368
description: Set optional TLS virtual host.
369369
type: string
370370
storageType:
371-
description: Set buffering method to filesystem or memory
371+
description: Specify the buffering mechanism to use. It can be
372+
memory or filesystem
373+
enum:
374+
- filesystem
375+
- memory
372376
type: string
373377
type: object
374378
logLevel:

manifests/setup/fluent-operator-crd.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,11 @@ spec:
25102510
description: Set optional TLS virtual host.
25112511
type: string
25122512
storageType:
2513-
description: Set buffering method to filesystem or memory
2513+
description: Specify the buffering mechanism to use. It can be
2514+
memory or filesystem
2515+
enum:
2516+
- filesystem
2517+
- memory
25142518
type: string
25152519
type: object
25162520
logLevel:

manifests/setup/setup.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,11 @@ spec:
25102510
description: Set optional TLS virtual host.
25112511
type: string
25122512
storageType:
2513-
description: Set buffering method to filesystem or memory
2513+
description: Specify the buffering mechanism to use. It can be
2514+
memory or filesystem
2515+
enum:
2516+
- filesystem
2517+
- memory
25142518
type: string
25152519
type: object
25162520
logLevel:

0 commit comments

Comments
 (0)