Uses of Class
io.kubernetes.client.extended.leaderelection.LeaderElectionRecord
Packages that use LeaderElectionRecord
Package
Description
-
Uses of LeaderElectionRecord in io.kubernetes.client.extended.leaderelection
Methods in io.kubernetes.client.extended.leaderelection that return LeaderElectionRecordModifier and TypeMethodDescriptionLock.get()get returns the LeaderElectionRecord which contains the information about the current lock holderMethods in io.kubernetes.client.extended.leaderelection with parameters of type LeaderElectionRecordModifier and TypeMethodDescriptionbooleanLock.create(LeaderElectionRecord record) create attempts to create a LeaderElectionRecordbooleanLock.update(LeaderElectionRecord record) update attempts to update the existing LeaderElectionRecord -
Uses of LeaderElectionRecord in io.kubernetes.client.extended.leaderelection.resourcelock
Methods in io.kubernetes.client.extended.leaderelection.resourcelock that return LeaderElectionRecordMethods in io.kubernetes.client.extended.leaderelection.resourcelock with parameters of type LeaderElectionRecordModifier and TypeMethodDescriptionbooleanConfigMapLock.create(LeaderElectionRecord record) booleanEndpointsLock.create(LeaderElectionRecord record) booleanLeaseLock.create(LeaderElectionRecord record) booleanConfigMapLock.update(LeaderElectionRecord record) booleanEndpointsLock.update(LeaderElectionRecord record) booleanLeaseLock.update(LeaderElectionRecord record)