github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/pkg/ps/define/types.go (about) 1 package define 2 3 // ContainerSize holds the size of the container's root filesystem and top 4 // read-write layer. 5 type ContainerSize struct { 6 RootFsSize int64 `json:"rootFsSize"` 7 RwSize int64 `json:"rwSize"` 8 }