Update naming of filter containers function && container list handler#2067
Conversation
Signed-off-by: Han Xu <suyanhanx@gmail.com>
|
I forgot to review it. Otherwise, I would have commented in that PR. |
|
@Zheaoli Thanks for merging #2041.
I agree that ideally there should be only command style, but #2067 (i.e., this PR) unexports the "main logic" function (see #1855 (comment) for more details), which means that other projects cannot reuse that function. I went with As a side note, I feel that |
This is a minor issue. I think we can change it when needed.
Not without reason. If you come up with other good names, you can also propose them. |
Update the naming of the containers filter function and
container listhandler to match the current naming pattern.Signed-off-by: Han Xu suyanhanx@gmail.com