github.com/AbhinandanKurakure/podman/v3@v3.4.10/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  }