Package | Description |
---|---|
io.kubernetes.client.informer | |
io.kubernetes.client.util | |
io.kubernetes.client.util.generic |
Modifier and Type | Method and Description |
---|---|
Watchable<ApiType> |
ListerWatcher.watch(CallGeneratorParams params) |
Modifier and Type | Class and Description |
---|---|
class |
Watch<T>
Watch class implements watch mechansim of kubernetes.
|
Modifier and Type | Method and Description |
---|---|
Watchable<ApiType> |
GenericKubernetesApi.watch()
Creates a cluster-scoped Watch on the resource.
|
Watchable<ApiType> |
GenericKubernetesApi.watch(ListOptions listOptions)
Watch watchable.
|
Watchable<ApiType> |
GenericKubernetesApi.watch(String namespace)
Creates a namespace-scoped Watch on the resource.
|
Watchable<ApiType> |
GenericKubernetesApi.watch(String namespace,
ListOptions listOptions)
Watch watchable.
|
Copyright © 2022. All rights reserved.