-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move new etcd storage (low level storage) into cacher #30251
Conversation
bc442b4
to
cc63416
Compare
The unit test is a infra problem. I have make it pass in local. |
@caesarxuchao Can you help review this? |
|
||
// RESTOptions is set of configuration options to generic registries. | ||
type RESTOptions struct { | ||
Storage pkgstorage.Interface | ||
Storage *storagebackend.Config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rename Storage to StorageConfig (or sth that would actually mirror that it's not storage, but its config)?
Some naming comments, but mostly lgtm. |
deb2062
to
767e11a
Compare
Test failure really is irrelevant:
|
@k8s-bot test this issue: #IGNORE |
@wojtek-t |
@wojtek-t |
Please squash commits - otherwise LGTM |
@wojtek-t |
@k8s-bot unit test this issue: #IGNORE Verified locally it's a flake:
|
GCE e2e build/test passed for commit d093809. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit d093809. |
Automatic merge from submit-queue |
In an effort for #29888, we are pushing forward this:
What?
Why?
This change is