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
feat: config option to not exit when stops leading (#2500)
* feat: config option to not exit when stops leading
Signed-off-by: Attila Mészáros <[email protected]>
* Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/LeaderElectionManager.java
Co-authored-by: Chris Laprun <[email protected]>
---------
Signed-off-by: Attila Mészáros <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/LeaderElectionConfiguration.java
+12-5
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,15 @@ public class LeaderElectionConfiguration {
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/LeaderElectionConfigurationBuilder.java
+7-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ public final class LeaderElectionConfigurationBuilder {
0 commit comments