| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.dsl | |
| io.fabric8.kubernetes.client.extension |
| Modifier and Type | Method and Description |
|---|---|
Watch |
Watchable.watch(io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<T> watcher)
Watch returns
Watch interface that watches requested resource |
Watch |
Watchable.watch(String resourceVersion,
Watcher<T> watcher)
Deprecated.
Please use
Watchable.watch(ListOptions, Watcher) instead, it has a parameter of resourceVersion |
Watch |
Watchable.watch(Watcher<T> watcher)
Watch returns
Watch interface that watches requested resource |
| Modifier and Type | Method and Description |
|---|---|
Watch |
ResourceAdapter.watch(io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<T> watcher) |
Watch |
ResourceAdapter.watch(String resourceVersion,
Watcher<T> watcher) |
Watch |
ResourceAdapter.watch(Watcher<T> watcher) |
Copyright © 2015–2023 Red Hat. All rights reserved.