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 StringresolveInformerLabels(@NonNull io.micronaut.core.annotation.AnnotationValue<Informer> annotationValue) Resolves the informer's watched resources label selector.
-
Method Details
-
resolveInformerLabels
-