| Package | Description |
|---|---|
| io.kubernetes.client.informer | |
| io.kubernetes.client.informer.impl |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.reflect.Type,SharedIndexInformer> |
SharedInformerFactory.informers |
| Modifier and Type | Method and Description |
|---|---|
<ApiType> SharedIndexInformer<ApiType> |
SharedInformerFactory.getExistingSharedIndexInformer(java.lang.Class<ApiType> apiTypeClass)
Gets existing shared index informer, return null if the requesting informer is never
constructed.
|
<ApiType,ApiListType> |
SharedInformerFactory.sharedIndexInformerFor(CallGenerator callGenerator,
java.lang.Class<ApiType> apiTypeClass,
java.lang.Class<ApiListType> apiListTypeClass)
Shared index informer for shared index informer.
|
<ApiType,ApiListType> |
SharedInformerFactory.sharedIndexInformerFor(CallGenerator callGenerator,
java.lang.Class<ApiType> apiTypeClass,
java.lang.Class<ApiListType> apiListTypeClass,
long resyncPeriodInMillis)
Constructs and returns a shared index informer w/ resync period specified.
|
<ApiType,ApiListType> |
SharedInformerFactory.sharedIndexInformerFor(ListerWatcher<ApiType,ApiListType> listerWatcher,
java.lang.Class<ApiType> apiTypeClass,
long resyncPeriodInMillis)
Constructs and returns a shared index informer by specifying lister-watcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSharedIndexInformer<ApiType,ApiListType> |
Copyright © 2020. All rights reserved.