mirror of
https://github.com/containers/podman.git
synced 2025-07-02 08:47:43 +08:00
libpod/pod_top_linux.go: s/TODO/NOTE/
As it really is a note and not a TODO item. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -53,7 +53,7 @@ func (p *Pod) GetPodPidInformation(descriptors []string) ([]string, error) {
|
||||
}
|
||||
}
|
||||
|
||||
// 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 to return
|
||||
// a [][]string if we want to make use of filtering.
|
||||
opts := psgo.JoinNamespaceOpts{FillMappings: rootless.IsRootless()}
|
||||
|
Reference in New Issue
Block a user