Interface InformerLabelSelectorResolver
@Internal
@DefaultImplementation(io.micronaut.kubernetes.client.openapi.informer.handler.DefaultInformerLabelSelectorResolver.class)
public interface InformerLabelSelectorResolver
Informer label selector resolver.
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
resolveInformerLabels
(@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
-