mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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 {
|
type LibpodContainersPruneReport struct {
|
||||||
ID string `json:"Id"`
|
ID string `json:"Id"`
|
||||||
SpaceReclaimed int64 `json:"Space"`
|
SpaceReclaimed int64 `json:"Size"`
|
||||||
PruneError string `json:"Err,omitempty"`
|
PruneError string `json:"Err,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user