Class ReadinessWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>
- java.lang.Object
-
- io.fabric8.kubernetes.client.internal.readiness.ReadinessWatcher<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.Watcher
Watcher.Action
-
-
Constructor Summary
Constructors Constructor Description ReadinessWatcher(T resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tawait(long amount, TimeUnit timeUnit)voideventReceived(Watcher.Action action, T resource)voidonClose(WatcherException e)Invoked when the watcher closes due to an Exception.
-
-
-
Constructor Detail
-
ReadinessWatcher
public ReadinessWatcher(T resource)
-
-
Method Detail
-
eventReceived
public void eventReceived(Watcher.Action action, T resource)
- Specified by:
eventReceivedin interfaceWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>
-
onClose
public void onClose(WatcherException e)
Description copied from interface:WatcherInvoked when the watcher closes due to an Exception.
-
-