-
Notifications
You must be signed in to change notification settings - Fork 398
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
synctarget export controller #1624
synctarget export controller #1624
Conversation
9bbf00a
to
956d333
Compare
07b4d47
to
2e8c6ec
Compare
continue | ||
} | ||
|
||
_, err := schemacompat.EnsureStructuralSchemaCompatibility( |
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.
am unsure we really want this reconciler today. We will rework this API import logic with the API management topic. We can keep the reconciler for now, but should be prepared that this area will change quite a bit. If the reconciler makes trouble, wouldn't have a problem to disable it.
c7ab37d
to
c5d9f10
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com>
c5d9f10
to
6254bf7
Compare
1ff8403
to
d5db458
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com>
d5db458
to
5f26447
Compare
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_reconcile.go
Outdated
Show resolved
Hide resolved
0cbe413
to
3ef6a08
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.
Just a few small things and it seems OK to LGTM
pkg/reconciler/workload/synctargetexports/synctargetexports_reconcile.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_reconcile_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetcompatible_reconcile_test.go
Outdated
Show resolved
Hide resolved
pkg/reconciler/workload/synctargetexports/synctargetexports_reconcile.go
Outdated
Show resolved
Hide resolved
3ef6a08
to
5facb25
Compare
pkg/reconciler/workload/synctargetexports/synctargetexports_controller.go
Outdated
Show resolved
Hide resolved
also fix review comments Signed-off-by: Jian Qiu <jqiu@redhat.com>
5facb25
to
468ab1f
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidfestal 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 |
Signed-off-by: Jian Qiu jqiu@redhat.com
Summary
This is to allow user specify the apiexport in another workspace on the synctarget. The controller will
Related issue(s)
Fixes #