Uses of Interface
io.fabric8.kubernetes.client.extended.leaderelection.LeaderElectionConfigFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.extended.leaderelection |
Package leaderelection implements leader election of a set of endpoints.
|
-
Uses of LeaderElectionConfigFluent in io.fabric8.kubernetes.client.extended.leaderelection
Classes in io.fabric8.kubernetes.client.extended.leaderelection with type parameters of type LeaderElectionConfigFluent Modifier and Type Interface Description interfaceLeaderElectionConfigFluent<A extends LeaderElectionConfigFluent<A>>classLeaderElectionConfigFluentImpl<A extends LeaderElectionConfigFluent<A>>Classes in io.fabric8.kubernetes.client.extended.leaderelection that implement LeaderElectionConfigFluent Modifier and Type Class Description classLeaderElectionConfigBuilderclassLeaderElectionConfigFluentImpl<A extends LeaderElectionConfigFluent<A>>Constructors in io.fabric8.kubernetes.client.extended.leaderelection with parameters of type LeaderElectionConfigFluent Constructor Description LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, LeaderElectionConfig instance, Boolean validationEnabled)LeaderElectionConfigBuilder(LeaderElectionConfigFluent<?> fluent, Boolean validationEnabled)