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/status/FlinkBlueGreenDeploymentState.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@
19
19
20
20
/** Enumeration of the possible states of the blue/green transition. */
21
21
publicenumFlinkBlueGreenDeploymentState {
22
+
23
+
/**
24
+
* We use this state while initializing for the first time, always with a "Blue" deployment
25
+
* type.
26
+
*/
27
+
INITIALIZING_BLUE,
28
+
22
29
/** Identifies the system is running normally with a "Blue" deployment type. */
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentController.java
+57-25Lines changed: 57 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -102,45 +102,41 @@ public UpdateControl<FlinkBlueGreenDeployment> reconcile(
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeployments.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,17 @@ class FlinkBlueGreenDeployments {
0 commit comments