mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
More conforming libpod API and swagger types
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -43,7 +43,7 @@ type ContainersPruneReport struct {
|
||||
|
||||
type LibpodContainersPruneReport struct {
|
||||
ID string `json:"Id"`
|
||||
SpaceReclaimed int64 `json:"Space"`
|
||||
SpaceReclaimed int64 `json:"Size"`
|
||||
PruneError string `json:"Err,omitempty"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user