public interface Watchable<H,W>
| Modifier and Type | Method and Description |
|---|---|
H |
watch(io.fabric8.kubernetes.api.model.ListOptions options,
W watcher)
Watch returns
H interface that watches requested resource |
H |
watch(String resourceVersion,
W watcher)
Deprecated.
Please use
watch(ListOptions, Object) instead, it has a parameter of resourceVersion |
H |
watch(W watcher)
Watch returns
H interface that watches requested resource |
H watch(W watcher)
H interface that watches requested resourcewatcher - Watcher interface of Kubernetes resourceHH watch(io.fabric8.kubernetes.api.model.ListOptions options, W watcher)
H interface that watches requested resourceoptions - options available for watch operationwatcher - Watcher interface of Kubernetes resourceH@Deprecated H watch(String resourceVersion, W watcher)
watch(ListOptions, Object) instead, it has a parameter of resourceVersionH interface that watches requested resource from
specified resourceVersionresourceVersion - resource version from where to start watchwatcher - Watcher interface of Kubernetes resourceHCopyright © 2015–2021 Red Hat. All rights reserved.