Matyas Orhidi created FLINK-26472:
-------------------------------------
Summary: Introduce Savepoint object in JobStatus
Key: FLINK-26472
URL: https://issues.apache.org/jira/browse/FLINK-26472
Project: Flink
Issue Type: Sub-task
Components: Kubernetes Operator
Reporter: Matyas Orhidi
We currently store only the `savepointLocation` as a String in the JobState. It
would be beneficial to introduce a Savepoint object with a few additional
fields instead:
* {{String location}}
* {{String timestamp}}
* {{boolean success}}
* {{String error}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)