mirror of
https://github.com/containers/podman.git
synced 2025-11-02 23:39:52 +08:00
vendor containers/psgo@v1.5.2
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/psgo/internal/process/process.go
generated
vendored
4
vendor/github.com/containers/psgo/internal/process/process.go
generated
vendored
@ -31,9 +31,9 @@ type Process struct {
|
||||
Pid string
|
||||
// Stat contains data from /proc/$pid/stat.
|
||||
Stat proc.Stat
|
||||
// Status containes data from /proc/$pid/status.
|
||||
// Status contains data from /proc/$pid/status.
|
||||
Status proc.Status
|
||||
// CmdLine containes data from /proc/$pid/cmdline.
|
||||
// CmdLine contains data from /proc/$pid/cmdline.
|
||||
CmdLine []string
|
||||
// Label containers data from /proc/$pid/attr/current.
|
||||
Label string
|
||||
|
||||
Reference in New Issue
Block a user