-
Notifications
You must be signed in to change notification settings - Fork 225
Conversation
Hi @tom24d. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
/hold until exciting 0.15 is cut out! |
/ok-to-test |
/assign |
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -type f -name '*.go' -print)
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.
First pass done, did you tried it locally?
Thanks for the review, @slinkydeveloper ! I am just figuring out now that we cannot use One more thing, Does Ceph adapter needs to be accessible from outside of the cluster? I am not really expert for this.. Thanks, |
/assign @yuvalif |
@matzew: GitHub didn't allow me to assign the following users: yuvalif. Note that only knative members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
// if successful, this should be a blocking call | ||
// ends only when the HTTP server exist | ||
adapter.Start(*sink, *listenPort) | ||
adapter.Main("cephsource", cephadapter.NewEnvConfig, cephadapter.NewAdapter) |
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.
I think these changes requires changing the examples in ceph/samples
to use the SinkBinding
mechanism
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.
Thanks! You can see that in the refereed PR.
/retest #1277 follows. |
The following is the coverage report on the affected files.
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, slinkydeveloper, tom24d 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 |
/test pull-knative-eventing-contrib-unit-tests |
@tom24d please rebase, that issue is fixed on master |
@slinkydeveloper Ah, merged. Was it all right? |
No problem, thanks for the contribution! |
Fixes #1216