| Package | Description |
|---|---|
| io.kubernetes.client.informer | |
| io.kubernetes.client.informer.cache | |
| io.kubernetes.client.informer.impl |
| Modifier and Type | Method and Description |
|---|---|
Indexer<ApiType> |
SharedIndexInformer.getIndexer()
getIndexer returns the internal indexer store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<ApiType extends io.kubernetes.client.common.KubernetesObject>
Cache is a java port of k/client-go's ThreadSafeStore.
|
| Constructor and Description |
|---|
Lister(Indexer<ApiType> indexer) |
Lister(Indexer<ApiType> indexer,
String namespace) |
Lister(Indexer<ApiType> indexer,
String namespace,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
Indexer |
DefaultSharedIndexInformer.getIndexer() |
| Constructor and Description |
|---|
DefaultSharedIndexInformer(Class<ApiType> apiTypeClass,
ListerWatcher<ApiType,ApiListType> listerWatcher,
long resyncPeriod,
DeltaFIFO deltaFIFO,
Indexer<ApiType> indexer) |
DefaultSharedIndexInformer(Class<ApiType> apiTypeClass,
ListerWatcher<ApiType,ApiListType> listerWatcher,
long resyncPeriod,
DeltaFIFO deltaFIFO,
Indexer<ApiType> indexer,
BiConsumer<Class<ApiType>,Throwable> exceptionHandler) |
Copyright © 2022. All rights reserved.