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