-
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
List services sorted by alphabetical order #330
Conversation
/test pull-knative-client-integration-tests-latest-release |
@daisy-ycguo : I think the service list we receive from server comes sorted by name already, check #324 (comment) |
@daisy-ycguo : I think we could instead update this PR to ensure (by adding unit tests) that the list printed is sorted. |
@daisy-ycguo : Ignore this comment as mentioned on the issue that other implementation might not return the sorted service list. |
/lint |
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.
@navidshaikh: 0 warnings.
In response to this:
/lint
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.
The integration test flake
is really annoying. 'hope we get that fixed but no idea how (see #329 for tracking this). Seems that it happens more often recently. |
/retest |
1 similar comment
/retest |
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.
@daisy-ycguo : Thanks! Please update the CHANGELOG.
I did. Thanks for the instruction. |
The following is the coverage report on pkg/.
|
thanks ! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: daisy-ycguo, navidshaikh, 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 |
This will avoid issues with the automatic "latest" tagging when building new images. The "stable" tag must be manually set (as explained in the documentation).
Fixes #324
Proposed Changes
kn service list
lists services sorted by alphabetical order.