| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.informers | |
| io.fabric8.kubernetes.client.informers.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> SharedIndexInformer<T> |
SharedInformerFactory.getExistingSharedIndexInformer(Class<T> apiTypeClass)
Gets existing shared index informer, return null if the requesting informer
is never constructed.
|
<T extends io.fabric8.kubernetes.api.model.HasMetadata,TList extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
SharedInformerFactory.sharedIndexInformerFor(Class<T> apiTypeClass,
Class<TList> apiListTypeClass,
long resyncPeriodInMillis)
Constructs and returns a shared index informer with resync period specified.
|
<T extends io.fabric8.kubernetes.api.model.HasMetadata,TList extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
SharedInformerFactory.sharedIndexInformerFor(Class<T> apiTypeClass,
Class<TList> apiListTypeClass,
OperationContext operationContext,
long resyncPeriodInMillis)
Constructs and returns a shared index informer with resync period specified.
|
<T extends io.fabric8.kubernetes.api.model.HasMetadata,TList extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
SharedInformerFactory.sharedIndexInformerForCustomResource(CustomResourceDefinitionContext customResourceContext,
Class<T> apiTypeClass,
Class<TList> apiListTypeClass,
long resyncPeriodInMillis)
Constructs and returns a shared index informer with resync period specified for custom resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSharedIndexInformer<T extends io.fabric8.kubernetes.api.model.HasMetadata,TList extends io.fabric8.kubernetes.api.model.KubernetesResourceList<T>> |
Copyright © 2015–2019 Red Hat. All rights reserved.