Skip to content

Commit e696b79

Browse files
committed
Generate component docs
1 parent a946993 commit e696b79

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

website/cue/reference/generated/configuration.cue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,18 @@ generated: configuration: {
256256
required: false
257257
relevant_when: "type = \"memory\""
258258
}
259+
reload_behavior: {
260+
type: string: {
261+
enum: {
262+
"clear-state": "Always clear state on configuration reload."
263+
"preserve-state": "Try to preserve state when possible."
264+
}
265+
default: "clear-state"
266+
}
267+
description: "Behavior for memory table state on configuration reload."
268+
required: false
269+
relevant_when: "type = \"memory\""
270+
}
259271
scan_interval: {
260272
type: uint: default: 30
261273
description: """

0 commit comments

Comments
 (0)