Package | Description |
---|---|
io.fabric8.kubernetes.client.dsl.base | |
io.fabric8.kubernetes.client.dsl.internal | |
io.fabric8.kubernetes.client.informers | |
io.fabric8.kubernetes.client.utils |
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(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout) |
WatchConnectionManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long websocketTimeout,
int maxIntervalExponent) |
WatchHTTPManager(HttpClient client,
BaseOperation<T,L,?> baseOperation,
io.fabric8.kubernetes.api.model.ListOptions listOptions,
Watcher<T> watcher,
int reconnectInterval,
int reconnectLimit,
long connectTimeout) |
WatchHTTPManager(HttpClient 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 |
ListerWatcher.watch(io.fabric8.kubernetes.api.model.ListOptions params,
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–2022 Red Hat. All rights reserved.