Watcher.Action| Constructor and Description |
|---|
ReadinessWatcher(T resource) |
| Modifier and Type | Method and Description |
|---|---|
T |
await(long amount,
TimeUnit timeUnit) |
void |
eventReceived(Watcher.Action action,
T resource) |
void |
onClose(WatcherException e)
Invoked when the watcher closes due to an Exception.
|
public ReadinessWatcher(T resource)
public void eventReceived(Watcher.Action action, T resource)
eventReceived in interface Watcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>public void onClose(WatcherException e)
WatcherCopyright © 2015–2020 Red Hat. All rights reserved.