github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/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  }