Uses of Class
io.fabric8.kubernetes.client.extended.leaderelection.resourcelock.LockException
-
Packages that use LockException Package Description io.fabric8.kubernetes.client.extended.leaderelection.resourcelock -
-
Uses of LockException in io.fabric8.kubernetes.client.extended.leaderelection.resourcelock
Methods in io.fabric8.kubernetes.client.extended.leaderelection.resourcelock that throw LockException Modifier and Type Method Description <C extends Namespaceable<C> & KubernetesClient>
voidConfigMapLock. create(C client, LeaderElectionRecord leaderElectionRecord)Attempt to create a newLeaderElectionRecord.<C extends Namespaceable<C> & KubernetesClient>
voidLeaseLock. create(C client, LeaderElectionRecord leaderElectionRecord)Attempt to create a newLeaderElectionRecord.<C extends Namespaceable<C> & KubernetesClient>
voidLock. create(C client, LeaderElectionRecord leaderElectionRecord)Attempt to create a newLeaderElectionRecord.<C extends Namespaceable<C> & KubernetesClient>
voidConfigMapLock. update(C client, LeaderElectionRecord leaderElectionRecord)Attempts to update the currentLeaderElectionRecord.<C extends Namespaceable<C> & KubernetesClient>
voidLeaseLock. update(C client, LeaderElectionRecord leaderElectionRecord)Attempts to update the currentLeaderElectionRecord.<C extends Namespaceable<C> & KubernetesClient>
voidLock. update(C client, LeaderElectionRecord leaderElectionRecord)Attempts to update the currentLeaderElectionRecord.
-