-
Notifications
You must be signed in to change notification settings - Fork 4.7k
moves the TSB into its own package #15761
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@jim-minter ptal. the idea here is someday the openservicebroker package becomes a thing that's vendored in (perhaps from the brokersdk). |
@gabemontero can you attempt a rebase on this to see if and how badly you conflict on it? |
I'm in the middle of a rebase (3rd in last day and half :-) for my PR for something that just got merged @deads2k , but I can take a look afterward. Hopefully later this evening. |
@deads2k - checked both our prs to a temp dir, then did the reabse .... the output (prior to attempting to run
|
And didn't go through all 12 re-bases .... I squashed my commits and then rebased and got:
|
@bparees was ok with it in concept. I've rebased on top of gabe's pull. Tagging. |
Automatic merge from submit-queue (batch tested with PRs 15719, 15761) |
This moves all TSB code into its own package. The only references we have to this code are here:
We're going to remove the
master.go
reference in #15684, leaving a dependency on building the command and in the e2e tests.@smarterclayton @sttts Are we ready to jump off the cliff and move to staging repos? We'd end up with cyclical imports until we sort out openshift/client-go#2, but that looks tractable for an internal solution in 3.7 so we can learn how we want to shape it....