gyfora commented on code in PR #724: URL: https://github.com/apache/flink-kubernetes-operator/pull/724#discussion_r1418855770
########## flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/diff/DiffType.java: ########## @@ -28,7 +28,9 @@ public enum DiffType { /** Scalable spec change. */ SCALE, /** Upgradable spec change. */ - UPGRADE; + UPGRADE, + /** Full redeploy from new state. */ + SAVEPOINT_REDEPLOY; Review Comment: Also this enum is not part of the CRD/status anywhere so it's basically an internal implementation detail to make the logic nice and clean -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org