-
Notifications
You must be signed in to change notification settings - Fork 408
Add Cache API #3382
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
Add Cache API #3382
Conversation
Skipping CI for Draft Pull Request. |
e467933
to
140e811
Compare
/test all |
config/examples/publishedresources/published-resource-instances.yaml
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/publishedresources_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/publishedresources_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/publishedresources_reconcile_replication.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/cache/publishedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
@ntnn: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
7525166
to
1be5642
Compare
97841c0
to
bed1fa4
Compare
/retest |
LGTM label has been added. Git tree hash: a0cf46be4da28047fa6475c55cbd738db2da3264
|
b65549e
to
c96d4a4
Compare
c96d4a4
to
baa5656
Compare
/retest |
1 similar comment
/retest |
2b8c1d3
to
d50f567
Compare
/test all |
pkg/reconciler/cache/cachedresources/replication/replication_controller.go
Show resolved
Hide resolved
pkg/reconciler/cache/cachedresources/replication/replication_controller.go
Outdated
Show resolved
Hide resolved
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.
A couple of questions and nits.
pkg/reconciler/cache/cachedresources/replication/replication_reconcile_unstructured.go
Show resolved
Hide resolved
d50f567
to
88fcddf
Compare
Signed-off-by: Mangirdas Judeikis <[email protected]> On-behalf-of: @SAP [email protected]
88fcddf
to
4a07406
Compare
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.
/approve
LGTM label has been added. Git tree hash: 4825905ee1c17ea647b6aad50ecfe1ac0b23b931
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: embik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
Add the Replication api behind a feature flag.
What Type of PR Is This?
/kind api-change
/kind feature
Related Issue(s)
Fixes #3367
Release Notes