from from org.apache.camel.component.kubernetes.cluster.lock
Monitors current status and participate to leader election when no active leaders are present.
It communicates changes in leadership and cluster members to the given event handler.
public LeaderElectionImpl(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
KubernetesLockConfiguration lockConfiguration,
State initialState)