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 e59ab20 commit 14727afCopy full SHA for 14727af
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java
@@ -32,7 +32,6 @@ public class Operator implements LifecycleAware {
32
private final LeaderElectionManager leaderElectionManager =
33
new LeaderElectionManager(controllerManager);
34
private volatile boolean started = false;
35
- private volatile boolean clientClosed = false;
36
37
public Operator() {
38
this((KubernetesClient) null);
0 commit comments