mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Remove varlink support from Podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -80,8 +80,8 @@ func (c *Container) Top(descriptors []string) ([]string, error) {
|
||||
func (c *Container) GetContainerPidInformation(descriptors []string) ([]string, error) {
|
||||
pid := strconv.Itoa(c.state.PID)
|
||||
// TODO: psgo returns a [][]string to give users the ability to apply
|
||||
// filters on the data. We need to change the API here and the
|
||||
// varlink API to return a [][]string if we want to make use of
|
||||
// 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