Interface InformerLabelSelectorResolver
@Internal
@DefaultImplementation(io.micronaut.kubernetes.client.openapi.informer.handler.DefaultInformerLabelSelectorResolver.class)
public interface InformerLabelSelectorResolver
Informer label selector resolver.
- 
Method SummaryModifier and TypeMethodDescription@Nullable StringresolveInformerLabels(@NonNull io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue) Resolves the informer's watched resources label selector.
- 
Method Details- 
resolveInformerLabels@Nullable @Nullable String resolveInformerLabels(@NonNull @NonNull io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue) Resolves the informer's watched resources label selector.- Parameters:
- annotationValue- the informer annotation value
- Returns:
- resource label selector or null
 
 
-