mirror of
https://github.com/containers/podman.git
synced 2025-08-02 01:09:21 +08:00
add podman remote system df
Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -190,3 +190,21 @@ type swagVersion struct {
|
||||
entities.SystemVersionReport
|
||||
}
|
||||
}
|
||||
|
||||
// Disk usage
|
||||
// swagger:response SystemDiskUse
|
||||
type swagDiskUseResponse struct {
|
||||
// in:body
|
||||
Body struct {
|
||||
entities.SystemDfReport
|
||||
}
|
||||
}
|
||||
|
||||
// Prune report
|
||||
// swagger:response SystemPruneReport
|
||||
type swagSystemPruneReport struct {
|
||||
// in:body
|
||||
Body struct {
|
||||
entities.SystemPruneReport
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user