Uses of Interface
org.springframework.cloud.kubernetes.commons.leader.PodReadinessWatcher
Packages that use PodReadinessWatcher
-
Uses of PodReadinessWatcher in org.springframework.cloud.kubernetes.commons.leader
Fields in org.springframework.cloud.kubernetes.commons.leader declared as PodReadinessWatcherModifier and TypeFieldDescriptionprotected PodReadinessWatcherLeadershipController.leaderReadinessWatcherMethods in org.springframework.cloud.kubernetes.commons.leader that return PodReadinessWatcherModifier and TypeMethodDescriptionprotected abstract PodReadinessWatcherLeadershipController.createPodReadinessWatcher(String localLeaderId) Constructors in org.springframework.cloud.kubernetes.commons.leader with parameters of type PodReadinessWatcherModifierConstructorDescriptionLeaderInitiator(LeaderProperties leaderProperties, LeadershipController leadershipController, LeaderRecordWatcher leaderRecordWatcher, PodReadinessWatcher hostPodWatcher)