Uses of Class
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfig
-
Packages that use LeaderElectionConfig Package Description io.fabric8.kubernetes.client.extended.leaderelection -
-
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 protected voidLeaderElectionConfigFluent. copyInstance(LeaderElectionConfig instance)LeaderElectorBuilderLeaderElectorBuilder. 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)LeaderElectionConfigFluent(LeaderElectionConfig instance)LeaderElector(KubernetesClient kubernetesClient, LeaderElectionConfig leaderElectionConfig, Executor executor)
-