Skip to content

Commit 1b5e654

Browse files
committed
Adds generated docs
1 parent 8f1cab7 commit 1b5e654

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/layouts/shortcodes/generated/kubernetes_operator_config_configuration.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@
9898
<td>Boolean</td>
9999
<td>Enables dynamic change of watched/monitored namespaces.</td>
100100
</tr>
101+
<tr>
102+
<td><h5>kubernetes.operator.events.exceptions.limit-per-reconciliation</h5></td>
103+
<td style="word-wrap: break-word;">10</td>
104+
<td>Integer</td>
105+
<td>Maximum number of exception-related Kubernetes events emitted per reconciliation cycle.</td>
106+
</tr>
107+
<tr>
108+
<td><h5>kubernetes.operator.events.exceptions.stacktrace-lines</h5></td>
109+
<td style="word-wrap: break-word;">5</td>
110+
<td>Integer</td>
111+
<td>Maximum number of stack trace lines to include in exception-related Kubernetes event messages.</td>
112+
</tr>
101113
<tr>
102114
<td><h5>kubernetes.operator.exception.field.max.length</h5></td>
103115
<td style="word-wrap: break-word;">2048</td>

docs/layouts/shortcodes/generated/system_advanced_section.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
<td>Boolean</td>
3939
<td>Whether to enable on-the-fly config changes through the operator configmap.</td>
4040
</tr>
41+
<tr>
42+
<td><h5>kubernetes.operator.events.exceptions.limit-per-reconciliation</h5></td>
43+
<td style="word-wrap: break-word;">10</td>
44+
<td>Integer</td>
45+
<td>Maximum number of exception-related Kubernetes events emitted per reconciliation cycle.</td>
46+
</tr>
47+
<tr>
48+
<td><h5>kubernetes.operator.events.exceptions.stacktrace-lines</h5></td>
49+
<td style="word-wrap: break-word;">5</td>
50+
<td>Integer</td>
51+
<td>Maximum number of stack trace lines to include in exception-related Kubernetes event messages.</td>
52+
</tr>
4153
<tr>
4254
<td><h5>kubernetes.operator.health.canary.resource.timeout</h5></td>
4355
<td style="word-wrap: break-word;">1 min</td>

0 commit comments

Comments
 (0)