Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 687 Bytes

LibpodImagesRemoveReport.md

File metadata and controls

21 lines (11 loc) · 687 Bytes

LibpodImagesRemoveReport

LibpodImagesRemoveReport is the return type for image removal via the rest api.

Properties

Name Type Description Notes
deleted List<String> Deleted images. [optional]
errors List<String> Image removal requires is to return data and an error. [optional]
exitCode Long ExitCode describes the exit codes as described in the `podman rmi` man page. [optional]
untagged List<String> Untagged images. Can be longer than Deleted. [optional]

Implemented Interfaces

  • Serializable