Uses of Class
io.fabric8.openshift.api.model.config.v1.LeaderElection
-
Packages that use LeaderElection Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of LeaderElection in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return LeaderElection Modifier and Type Method Description LeaderElectionLeaderElectionBuilder. build()LeaderElectionGenericControllerConfigFluent. buildLeaderElection()LeaderElectionGenericControllerConfig. getLeaderElection()GenericControllerConfig provides information to configure a controllerMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type LeaderElection Modifier and Type Method Description protected voidLeaderElectionFluent. copyInstance(LeaderElection instance)GenericControllerConfigFluent.LeaderElectionNested<A>GenericControllerConfigFluent. editOrNewLeaderElectionLike(LeaderElection item)voidGenericControllerConfig. setLeaderElection(LeaderElection leaderElection)GenericControllerConfig provides information to configure a controllerAGenericControllerConfigFluent. withLeaderElection(LeaderElection leaderElection)GenericControllerConfigFluent.LeaderElectionNested<A>GenericControllerConfigFluent. withNewLeaderElectionLike(LeaderElection item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type LeaderElection Constructor Description GenericControllerConfig(DelegatedAuthentication authentication, DelegatedAuthorization authorization, LeaderElection leaderElection, HTTPServingInfo servingInfo)LeaderElectionBuilder(LeaderElection instance)LeaderElectionBuilder(LeaderElectionFluent<?> fluent, LeaderElection instance)LeaderElectionFluent(LeaderElection instance)
-