Skip to content

🐛 Create VirtualWorkSpaceURL on first APIBinding#2135

Merged
openshift-merge-robot merged 1 commit intokcp-dev:mainfrom
nrb:fix-1183
Oct 11, 2022
Merged

🐛 Create VirtualWorkSpaceURL on first APIBinding#2135
openshift-merge-robot merged 1 commit intokcp-dev:mainfrom
nrb:fix-1183

Conversation

@nrb
Copy link
Copy Markdown
Contributor

@nrb nrb commented Oct 5, 2022

Summary

Defer creating an APIExport's first virtualWorkspaceURL until the first APIBinding is created.

Related issue(s)

Fixes #1183

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 5, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Oct 5, 2022

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Comment thread pkg/reconciler/apis/apibinding/apibinding_reconcile.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_reconcile.go Outdated
Comment thread pkg/indexers/apibinding.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go Outdated
@nrb nrb force-pushed the fix-1183 branch 2 times, most recently from 4210ad7 to 29bdfc7 Compare October 7, 2022 18:57
@nrb nrb marked this pull request as ready for review October 7, 2022 19:48
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 7, 2022
@openshift-ci openshift-ci Bot requested review from davidfestal and kylape October 7, 2022 19:48
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_reconcile.go Outdated
Comment thread test/e2e/apibinding/apibinding_test.go
@nrb nrb force-pushed the fix-1183 branch 3 times, most recently from 1c40671 to 3ccb73a Compare October 10, 2022 20:24
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go Outdated
Comment thread pkg/indexers/apiexport.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_controller.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_reconcile.go Outdated
Comment thread pkg/reconciler/apis/apiexport/apiexport_reconcile.go Outdated
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@nrb
Copy link
Copy Markdown
Contributor Author

nrb commented Oct 11, 2022

/retest

Possible flake kcp-dev/contrib-tmc#89

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Oct 11, 2022
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Oct 11, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ncdc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 11, 2022
@openshift-merge-robot openshift-merge-robot merged commit 7f75296 into kcp-dev:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

APIExport consumer can't wildcard list/watch its schemas until the first APIBinding is created

5 participants