Package | Description |
---|---|
io.kubernetes.client.informer |
Modifier and Type | Method and Description |
---|---|
ApiListType |
ListerWatcher.list(CallGeneratorParams params) |
Watchable<ApiType> |
ListerWatcher.watch(CallGeneratorParams params) |
Modifier and Type | Method and Description |
---|---|
<ApiType,ApiListType> |
SharedInformerFactory.sharedIndexInformerFor(java.util.function.Function<CallGeneratorParams,com.squareup.okhttp.Call> callGenerator,
java.lang.Class<ApiType> apiTypeClass,
java.lang.Class<ApiListType> apiListTypeClass)
Shared index informer for shared index informer.
|
<ApiType,ApiListType> |
SharedInformerFactory.sharedIndexInformerFor(java.util.function.Function<CallGeneratorParams,com.squareup.okhttp.Call> callGenerator,
java.lang.Class<ApiType> apiTypeClass,
java.lang.Class<ApiListType> apiListTypeClass,
long resyncPeriodInMillis)
Constructs and returns a shared index informer w/ resync period specified.
|
Copyright © 2019. All rights reserved.