| Modifier and Type | Method and Description |
|---|---|
default Watch |
ResourceHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
T item,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher)
Watches the specified resource for changes
|
default Watch |
ResourceHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
T item,
String resourceVersion,
Watcher<T> watcher)
Watches the specified resource for changes.
|
default Watch |
ResourceHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
T item,
Watcher<T> watcher)
Watches the specified resource for changes.
|
| Modifier and Type | Method and Description |
|---|---|
Watch |
BaseOperation.watch(io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<T> watcher) |
Watch |
BaseOperation.watch(String resourceVersion,
Watcher<T> watcher) |
Watch |
BaseOperation.watch(Watcher<T> watcher) |
| Modifier and Type | Method and Description |
|---|---|
Watch |
NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl.watch(io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<io.fabric8.kubernetes.api.model.HasMetadata> watcher) |
Watch |
RawCustomResourceOperationsImpl.watch(Map<String,String> labels,
io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<String> watcher)
Watch custom resources in the parameters specified.
|
Watch |
RawCustomResourceOperationsImpl.watch(String namespace,
io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<String> watcher)
Watch a custom resource in a specific namespace with some resourceVersion.
|
Watch |
RawCustomResourceOperationsImpl.watch(String namespace,
String name,
Map<String,String> labels,
io.fabric8.kubernetes.api.model.ListOptions options,
Watcher<String> watcher)
Watch custom resources in the parameters specified.
|
Watch |
RawCustomResourceOperationsImpl.watch(String namespace,
String name,
Map<String,String> labels,
String resourceVersion,
Watcher<String> watcher)
Watch custom resources in the parameters specified.
|
Watch |
RawCustomResourceOperationsImpl.watch(String namespace,
String resourceVersion,
Watcher<String> watcher)
Watch a custom resource in a specific namespace with some resourceVersion.
|
Watch |
NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl.watch(String resourceVersion,
Watcher<io.fabric8.kubernetes.api.model.HasMetadata> watcher) |
Watch |
RawCustomResourceOperationsImpl.watch(String namespace,
Watcher<String> watcher)
Watch custom resources in a specific namespace.
|
Watch |
NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableImpl.watch(Watcher<io.fabric8.kubernetes.api.model.HasMetadata> watcher) |
Watch |
RawCustomResourceOperationsImpl.watch(Watcher<String> watcher)
Watch custom resources across all namespaces.
|
| Constructor and Description |
|---|
WatchConnectionManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout) |
WatchConnectionManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout,
int maxIntervalExponent) |
WatchHTTPManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long connectTimeout) |
WatchHTTPManager(okhttp3.OkHttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long connectTimeout,
int maxIntervalExponent) |
| Modifier and Type | Method and Description |
|---|---|
Watch |
KubernetesListHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.KubernetesList item,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<io.fabric8.kubernetes.api.model.KubernetesList> watcher) |
Watch |
KubernetesListHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.KubernetesList item,
String resourceVersion,
Watcher<io.fabric8.kubernetes.api.model.KubernetesList> watcher) |
Watch |
KubernetesListHandler.watch(okhttp3.OkHttpClient client,
Config config,
String namespace,
io.fabric8.kubernetes.api.model.KubernetesList item,
Watcher<io.fabric8.kubernetes.api.model.KubernetesList> watcher) |
| Modifier and Type | Method and Description |
|---|---|
Watch |
ListerWatcher.watch(io.fabric8.kubernetes.api.model.ListOptions params,
String namespace,
OperationContext context,
Watcher<T> watcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
WatcherToggle<T>
A utility class to enable and disable callbacks to a watcher instance.
|
| Constructor and Description |
|---|
WatcherToggle(Watcher<T> delegate,
boolean enabled) |
Copyright © 2015–2020 Red Hat. All rights reserved.