Class IndexerComposite<ApiType extends io.kubernetes.client.common.KubernetesObject>
java.lang.Object
io.micronaut.kubernetes.discovery.informer.IndexerComposite<ApiType>
- Type Parameters:
ApiType- api type of the cache
@Internal
public class IndexerComposite<ApiType extends io.kubernetes.client.common.KubernetesObject>
extends Object
The
Indexer composite for the given ApiType that provides
access to the Store resources.- Since:
- 3.2
- Author:
- Pavol Gressa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAddIndexerto the composite.reactor.core.publisher.Mono<ApiType> getResource(@NonNull String name, @NonNull String namespace) Get resource from theIndexer.reactor.core.publisher.Flux<ApiType> getResources(@NonNull String namespace) Get all resources from theIndexerfor givennamespace.
-
Constructor Details
-
IndexerComposite
public IndexerComposite()
-
-
Method Details
-
add
-
getResource
-
getResources
-