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/spec/FlinkVersion.java
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ public enum FlinkVersion {
32
32
/** Deprecated since 1.10 operator release. */
33
33
@Deprecated
34
34
v1_15(1, 15),
35
+
/** Deprecated since 1.11 operator release. */
36
+
@Deprecated
35
37
v1_16(1, 16),
36
38
v1_17(1, 17),
37
39
v1_18(1, 18),
@@ -60,15 +62,6 @@ public boolean isEqualOrNewer(FlinkVersion otherVersion) {
Copy file name to clipboardExpand all lines: flink-kubernetes-operator-api/src/test/java/org/apache/flink/kubernetes/operator/api/spec/FlinkVersionTest.java
0 commit comments