-
Notifications
You must be signed in to change notification settings - Fork 382
Add deregister command in svcat #2314
Add deregister command in svcat #2314
Conversation
/ok-to-test |
@jichenjc You need to run |
dc0772b
to
6f11e7a
Compare
I run make test golden configuration and encoutner weird issue locally, submit to CI for double check |
build/build-image/Dockerfile
Outdated
@@ -12,7 +12,7 @@ | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
|
|||
FROM golang:GO_VERSION | |||
FROM golang:1.10.3 |
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.
Looks like you committed something you didn't want to :)
6f11e7a
to
bc38594
Compare
@jichenjc Yeah, I saw the same issue when I ran /lgtm |
/lgtm cancel Actually, @jichenjc can you add a
Can you also please fix that? I'd fix it myself, but I can't until this PR is merged, so you might as well do it here. |
ok, I will fix it soon by adding the test and the new line, thanks for the reminder |
root@kvm-016922: should be fine now :) |
svcat only support register now, deregister is added to support remove broker registered.
bc38594
to
ea51881
Compare
/lgtm |
This looks good for Cluster service brokers but lacks support & tests for Name Spaced brokers. We can do that in a followup. @jichenjc do you have any interest in doing that next? :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jboyd01 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 |
yes, I will create another issue and PR to fix the namespace followup, thanks for the reminder |
svcat only support register now, deregister is added to support
remove broker registered.