ingress-nginx-helm/vendor/github.com/opencontainers/runc/libcontainer/stats_linux.go
Manuel de Brito Fontes fe616fc9d7 Update go dependencies
2018-08-25 18:53:28 -03:00

8 lines
167 B
Go

package libcontainer
import "github.com/opencontainers/runc/libcontainer/cgroups"
type Stats struct {
Interfaces []*NetworkInterface
CgroupStats *cgroups.Stats
}