This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Add ConfigMap support to resolvers so they can support admin configuration #14
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Feature request
Right now any resolver based on
pkg/resolver/framework
does not have an easy way to pull in admin configuration options. In any realistic production-ready resolver it's highly likely that some amount of configuration will be required:framework.Resolver
interface has a hard-coded 30 second timeoutSo the feature request is to add a new optional interface for Resolvers to implement. Something like:
If a resolver implements this interface the framework would start monitoring the resolver's ConfigMap using knative's ConfigMap helpers. For inspiration on exact implementation see Tekton Pipeline's Config store codebase.
Use case
Deliverables
Alongside support in code it would also be useful to add:
timeout
setting to the git resolver and bundles resolverThe text was updated successfully, but these errors were encountered: