Class DefaultInformerApiGroupResolver
java.lang.Object
io.micronaut.kubernetes.client.informer.resolvers.DefaultInformerApiGroupResolver
- All Implemented Interfaces:
- InformerApiGroupResolver
@Singleton
public class DefaultInformerApiGroupResolver
extends Object
implements InformerApiGroupResolver
The default implementation of 
InformerApiGroupResolver.- Since:
- 3.3
- Author:
- Pavol Gressa
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@NonNull StringresolveInformerApiGroup(@NonNull io.micronaut.core.annotation.AnnotationValue<Informer> informer) Resolves the informer's watched resources api group.
- 
Constructor Details- 
DefaultInformerApiGroupResolver
 
- 
- 
Method Details- 
resolveInformerApiGroup@NonNull public @NonNull String resolveInformerApiGroup(@NonNull @NonNull io.micronaut.core.annotation.AnnotationValue<Informer> informer) Description copied from interface:InformerApiGroupResolverResolves the informer's watched resources api group.- Specified by:
- resolveInformerApiGroupin interface- InformerApiGroupResolver
- Parameters:
- informer- the informer
- Returns:
- resource api group
 
 
-