-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/tepCategorizes issue or PR as related to a TEP (or needs a TEP).Categorizes issue or PR as related to a TEP (or needs a TEP).
Description
Align ConfigMap Configstore
Align the caching configstore implementation for the caching ConfigMap with the existing implementation in pkg/resolution/resolver/framework/configstore.go, i.e. remove this struct:
type Config struct {
MaxSize int
TTL time.Duration
}And update all affected function and tests.
How to Contribute
Read the parent issue #9228 (comment).
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.kind/tepCategorizes issue or PR as related to a TEP (or needs a TEP).Categorizes issue or PR as related to a TEP (or needs a TEP).
Type
Projects
Status
Todo