You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/custom-resource/reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
402
402
| ----------| ---- | ---- |
403
403
| jobName | java.lang.String | Name of the job. |
404
404
| jobId | java.lang.String | Flink JobId of the Job. |
405
-
| state |java.lang.String| Last observed state of the job. |
405
+
| state |org.apache.flink.api.common.JobStatus| Last observed state of the job. |
406
406
| startTime | java.lang.String | Start time of the job. |
407
407
| updateTime | java.lang.String | Update time of the job. |
408
408
| upgradeSavepointPath | java.lang.String ||
@@ -452,7 +452,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
452
452
453
453
| Parameter | Type | Docs |
454
454
| ----------| ---- | ---- |
455
-
| lastSavepoint | org.apache.flink.kubernetes.operator.api.status.Savepoint | Last completed savepoint by the operator for manual and periodic snapshots. Only used if FlinkStateSnapshot resources are disabled. |
455
+
| lastSavepoint | org.apache.flink.kubernetes.operator.api.status.Savepoint | Last completed savepoint by the operator. |
456
456
| triggerId | java.lang.String | Trigger id of a pending savepoint operation. |
457
457
| triggerTimestamp | java.lang.Long | Trigger timestamp of a pending savepoint operation. |
Copy file name to clipboardExpand all lines: docs/layouts/shortcodes/generated/dynamic_section.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,12 @@
122
122
<td>Boolean</td>
123
123
<td>Enables last-state fallback for savepoint upgrade mode. When the job is not running thus savepoint cannot be triggered but HA metadata is available for last state restore the operator can initiate the upgrade process when the flag is enabled.</td>
<td>Cancel jobs during last-state upgrade. This config is ignored for session jobs where cancel is the only mechanism to perform this type of upgrade.</td>
Copy file name to clipboardExpand all lines: docs/layouts/shortcodes/generated/kubernetes_operator_config_configuration.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,12 @@
212
212
<td>Boolean</td>
213
213
<td>Enables last-state fallback for savepoint upgrade mode. When the job is not running thus savepoint cannot be triggered but HA metadata is available for last state restore the operator can initiate the upgrade process when the flag is enabled.</td>
<td>Cancel jobs during last-state upgrade. This config is ignored for session jobs where cancel is the only mechanism to perform this type of upgrade.</td>
0 commit comments