Uses of Class
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfig
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.extended.leaderelection |
Package leaderelection implements leader election of a set of endpoints.
|
-
Uses of LeaderElectionConfig in io.fabric8.kubernetes.client.extended.leaderelection
Methods in io.fabric8.kubernetes.client.extended.leaderelection that return LeaderElectionConfig Modifier and Type Method Description LeaderElectionConfigLeaderElectionConfigBuilder. build()Methods in io.fabric8.kubernetes.client.extended.leaderelection with parameters of type LeaderElectionConfig Modifier and Type Method Description LeaderElectorBuilder<C>LeaderElectorBuilder. withConfig(LeaderElectionConfig leaderElectionConfig)Constructors in io.fabric8.kubernetes.client.extended.leaderelection with parameters of type LeaderElectionConfig Constructor Description LeaderElectionConfigBuilder(LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled)LeaderElectionConfigBuilder(LeaderElectionConfig instance, Boolean validationEnabled)LeaderElectionConfigFluentImpl(LeaderElectionConfig instance)LeaderElector(C kubernetesClient, LeaderElectionConfig leaderElectionConfig)