| Interface | Description |
|---|---|
| Indexer<ApiType> |
Indexer extends Store interface and adds index/de-index methods.
|
| Store<ApiType> |
| Class | Description |
|---|---|
| Cache<ApiType extends io.kubernetes.client.common.KubernetesObject> |
Cache is a java port of k/client-go's ThreadSafeStore.
|
| Caches |
A set of helper utilities for constructing a cache.
|
| Controller<ApiType extends io.kubernetes.client.common.KubernetesObject,ApiListType extends io.kubernetes.client.common.KubernetesListObject> |
Controller is a java port of k/client-go's informer#Controller.
|
| DeltaFIFO | |
| DeltaFIFO.DeletedFinalStateUnknown<ApiType extends io.kubernetes.client.common.KubernetesObject> | |
| Lister<ApiType extends io.kubernetes.client.common.KubernetesObject> |
Lister interface is used to list cached items from a running informer.
|
| ProcessorListener<ApiType extends io.kubernetes.client.common.KubernetesObject> |
ProcessorListener implements Runnable interface.
|
| ProcessorListener.AddNotification<ApiType> | |
| ProcessorListener.DeleteNotification<ApiType> | |
| ProcessorListener.Notification<ApiType> | |
| ProcessorListener.UpdateNotification<ApiType> | |
| ReflectorRunnable<ApiType extends io.kubernetes.client.common.KubernetesObject,ApiListType extends io.kubernetes.client.common.KubernetesListObject> | |
| SharedProcessor<ApiType extends io.kubernetes.client.common.KubernetesObject> |
| Enum | Description |
|---|---|
| DeltaFIFO.DeltaType |
Copyright © 2022. All rights reserved.