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/src/main/java/org/apache/flink/kubernetes/operator/api/bluegreen/BlueGreenDiffType.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,13 @@ public enum BlueGreenDiffType {
25
25
/** Changes that require a Blue/Green transition. */
26
26
TRANSITION,
27
27
28
-
/** Changes that only affect the top-level configuration. */
29
-
PATCH_TOP_LEVEL,
30
-
31
28
/** Changes that only affect the child FlinkDeploymentSpec. */
32
29
PATCH_CHILD,
33
30
31
+
// TODO: the PATCH_TOP_LEVEL and PATCH_BOTH values are redundant, eliminate
32
+
/** Changes that only affect the top-level configuration. */
33
+
PATCH_TOP_LEVEL,
34
+
34
35
/** Changes that affect both top-level and child specifications. */
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/bluegreen/BlueGreenDeploymentService.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/bluegreen/BlueGreenKubernetesService.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/bluegreen/BlueGreenSpecUtils.java
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,12 @@ public static <T> T adjustNameReferences(
0 commit comments