Skip to content

Commit 8ed2ea4

Browse files
author
nishita-pattanayak
committed
[FLINK-28648][Flink-Kubernetes-Operator] Add java docs for the added configuration
1 parent 8a12352 commit 8ed2ea4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/layouts/shortcodes/generated/dynamic_section.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@
194194
<td>Duration</td>
195195
<td>The interval before a savepoint trigger attempt is marked as unsuccessful.</td>
196196
</tr>
197+
<tr>
198+
<td><h5>kubernetes.operator.session.block-on-unmanaged-jobs</h5></td>
199+
<td style="word-wrap: break-word;">true</td>
200+
<td>Boolean</td>
201+
<td>Block FlinkDeployment deletion if unmanaged jobs (jobs not managed by FlinkSessionJob resources) are running in the session cluster. Example: Jobs submitted via CLI.</td>
202+
</tr>
197203
<tr>
198204
<td><h5>kubernetes.operator.snapshot.resource.enabled</h5></td>
199205
<td style="word-wrap: break-word;">true</td>

docs/layouts/shortcodes/generated/kubernetes_operator_config_configuration.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,12 @@
416416
<td>Duration</td>
417417
<td>The interval before a savepoint trigger attempt is marked as unsuccessful.</td>
418418
</tr>
419+
<tr>
420+
<td><h5>kubernetes.operator.session.block-on-unmanaged-jobs</h5></td>
421+
<td style="word-wrap: break-word;">true</td>
422+
<td>Boolean</td>
423+
<td>Block FlinkDeployment deletion if unmanaged jobs (jobs not managed by FlinkSessionJob resources) are running in the session cluster. Example: Jobs submitted via CLI.</td>
424+
</tr>
419425
<tr>
420426
<td><h5>kubernetes.operator.snapshot.resource.enabled</h5></td>
421427
<td style="word-wrap: break-word;">true</td>

0 commit comments

Comments
 (0)