-
Notifications
You must be signed in to change notification settings - Fork 263
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
Harmonize list headers for trigger and sources #658
Conversation
/test pull-knative-client-integration-tests |
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.
one minor comment, otherwise looks goot to me !
pkg/kn/commands/flags/sink.go
Outdated
if sink.Ref.Kind == "Service" { | ||
return fmt.Sprintf("svc:%s", sink.Ref.Name) | ||
} else { | ||
return fmt.Sprintf("%s:%s", sink.Ref.Kind, sink.Ref.Name) |
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.
can we make the kind lower case ? That's how we use it normally.
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.
Done. covert to lower case in the latest version.
804da04
to
a560c01
Compare
The following is the coverage report on the affected files.
|
thanks ! /lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: daisy-ycguo, rhuss 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 |
* update boskos images and flags Fixed knative#638 * use images that exists also the most recent ones with the same tags
[release-v0.19.1] Fix deprecated registry
Fixes #567
Proposed Changes
SUBSCRIBER_URI
toSINK
in trigger listCONDITIONS
to trigger listAGE
to trigger and source ( cronjob, apiserver, binding ) listSinkToString
to packageflags
and reuse in trigger list