mirror of
https://github.com/containers/podman.git
synced 2025-07-02 16:57:24 +08:00
contain_top_linux.go: s/TODO/NOTE/
Change the TODO note to NOTE to actually reflect what it is: breadcrumbs in case we want to add filtering the future. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -96,7 +96,7 @@ func (c *Container) Top(descriptors []string) ([]string, error) {
|
|||||||
// For more details, please refer to github.com/containers/psgo.
|
// For more details, please refer to github.com/containers/psgo.
|
||||||
func (c *Container) GetContainerPidInformation(descriptors []string) ([]string, error) {
|
func (c *Container) GetContainerPidInformation(descriptors []string) ([]string, error) {
|
||||||
pid := strconv.Itoa(c.state.PID)
|
pid := strconv.Itoa(c.state.PID)
|
||||||
// TODO: psgo returns a [][]string to give users the ability to apply
|
// NOTE: psgo returns a [][]string to give users the ability to apply
|
||||||
// filters on the data. We need to change the API here
|
// filters on the data. We need to change the API here
|
||||||
// to return a [][]string if we want to make use of
|
// to return a [][]string if we want to make use of
|
||||||
// filtering.
|
// filtering.
|
||||||
|
Reference in New Issue
Block a user