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: flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/bluegreen/DeploymentType.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ public enum DeploymentType {
30
30
/** Identifier for the second or "Green" deployment type. */
Copy file name to clipboardExpand all lines: flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/spec/FlinkDeploymentTemplateSpec.java
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,8 @@ public class FlinkDeploymentTemplateSpec {
Copy file name to clipboardExpand all lines: flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/status/FlinkBlueGreenDeploymentStatus.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ public class FlinkBlueGreenDeploymentStatus {
45
45
privateStringlastReconciledSpec;
46
46
47
47
/** Timestamp of last reconciliation. */
48
-
privateLonglastReconciledTimestamp;
48
+
privateStringlastReconciledTimestamp;
49
49
50
50
/** Computed from abortGracePeriodMs, timestamp after which the deployment should be aborted. */
51
-
privatelongabortTimestamp;
51
+
privateStringabortTimestamp;
52
52
53
53
/** Timestamp when the deployment became READY/STABLE. Used to determine when to delete it. */
54
-
privatelongdeploymentReadyTimestamp;
54
+
privateStringdeploymentReadyTimestamp;
55
55
56
56
/** Information about the TaskManagers for the scale subresource. */
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentController.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentUtils.java
0 commit comments