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 <a_meszaros@apple.com>
* Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/LeaderElectionManager.java
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
---------
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/LeaderElectionConfiguration.java
+12-5Lines changed: 12 additions & 5 deletions
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-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ public final class LeaderElectionConfigurationBuilder {
0 commit comments