| Package | Description |
|---|---|
| io.kubernetes.client.informer | |
| io.kubernetes.client.informer.cache |
| Constructor and Description |
|---|
ResyncRunnable(Store<ApiType> store,
java.util.function.Supplier<java.lang.Boolean> shouldResyncFunc) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Indexer<ApiType>
Indexer extends Store interface and adds index/de-index methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<ApiType>
Cache is a java port of k/client-go's ThreadSafeStore.
|
class |
DeltaFIFO<ApiType> |
| Constructor and Description |
|---|
DeltaFIFO(java.util.function.Function<ApiType,java.lang.String> keyFunc,
Store knownObjects)
Constructor.
|
ReflectorRunnable(java.lang.Class<ApiType> apiTypeClass,
ListerWatcher listerWatcher,
Store store) |
Copyright © 2019. All rights reserved.