Class ReadinessWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>
java.lang.Object
io.fabric8.kubernetes.client.internal.readiness.ReadinessWatcher<T>
- All Implemented Interfaces:
Watcher<T>
public class ReadinessWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata> extends Object implements Watcher<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
Modifier and Type Method Description Tawait(long amount, TimeUnit timeUnit)voideventReceived(Watcher.Action action, T resource)voidonClose(KubernetesClientException e)Run when the watcher finally closes.
-
Constructor Details
-
Method Details
-
eventReceived
- Specified by:
eventReceivedin interfaceWatcher<T extends io.fabric8.kubernetes.api.model.HasMetadata>
-
onClose
Description copied from interface:WatcherRun when the watcher finally closes. -
await
-