File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments