-
Notifications
You must be signed in to change notification settings - Fork 382
Include namespaced brokers in svcat get brokers #2227
Include namespaced brokers in svcat get brokers #2227
Conversation
e5fe813
to
3e81cee
Compare
cmd/svcat/command/scoped.go
Outdated
"github.com/spf13/pflag" | ||
) | ||
|
||
// HasScopedFlags represents a command that can be scoped to can be scoped |
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.
duplicate words "can be scoped to"
7839be5
to
897c7cb
Compare
/hold |
8f321b3
to
d7b2e07
Compare
/retest |
@carolynvs I dug the details out of gcs that was pointed out to me
|
@MHBauer I didn't make any changes that would have affected those tests. The only non-svcat changes were adding methods like I'm not quite sure if this is something that is a problem with just my PR that I need to try to figure out how to see what gcp is doing, or if other PRs are also rando hitting the the same problem? I may just wait and see if others hit this before deciding that I caused this, and need to change the PR to fix it. 😀 |
could be a flake then. oh noes. |
835d7ea
to
114e194
Compare
@MHBauer I'll open an issue for that, seems to be a flake as I just pushed up a doc commit and now the test is passing. 😝 |
114e194
to
0354775
Compare
0354775
to
dbc065a
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.
LGTM
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.
LGTM
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.
LGTM
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn 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 |
Preview of the docs available at: https://deploy-preview-2227--svc-cat.netlify.com/docs/cli/#find-brokers-installed-on-the-cluster
TODO:
Closes #2218.