@Internal
@Singleton
public class IndexerCompositeFactory
extends java.lang.Object
IndexerComposite.| Constructor and Description |
|---|
IndexerCompositeFactory(SharedIndexInformerFactory sharedIndexInformerFactory) |
| Modifier and Type | Method and Description |
|---|---|
<ApiType extends io.kubernetes.client.common.KubernetesObject> |
createInformersFor(java.lang.Class<ApiType> apiType,
java.lang.Class<? extends io.kubernetes.client.common.KubernetesListObject> apiListType,
java.lang.String resourcePlural,
java.util.Set<java.lang.String> namespaces)
|
public IndexerCompositeFactory(SharedIndexInformerFactory sharedIndexInformerFactory)
public <ApiType extends io.kubernetes.client.common.KubernetesObject> IndexerComposite<ApiType> createInformersFor(java.lang.Class<ApiType> apiType, java.lang.Class<? extends io.kubernetes.client.common.KubernetesListObject> apiListType, java.lang.String resourcePlural, java.util.Set<java.lang.String> namespaces)
ApiType - type of compositeapiType - informer typeapiListType - informer list typeresourcePlural - informer pluralnamespaces - namespaces to create SharedIndexInformers