We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43e352 commit 5805209Copy full SHA for 5805209
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/LeaderElectionConfiguration.java
@@ -0,0 +1,13 @@
1
+package io.javaoperatorsdk.operator.api.config;
2
+
3
+public class LeaderElectionConfiguration {
4
5
+ private String leaderElectionNamespaces;
6
+ private String leaderElectionID;
7
8
+ // todo discuss
9
+ private boolean syncEventSources;
10
11
+ // todo leader election with lease vs for life, other options:
12
+ // see: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/manager#Options
13
+}
0 commit comments