SystemCheckReport provides a report of what a storage consistency check found, and if we removed anything that was damaged, what we removed.
| Name | Type | Description | Notes |
|---|---|---|---|
| containers | Map<String, List<String>> | [optional] | |
| errors | Boolean | [optional] | |
| images | Map<String, List<String>> | [optional] | |
| layers | Map<String, List<String>> | [optional] | |
| roImages | Map<String, List<String>> | [optional] | |
| roLayers | Map<String, List<String>> | [optional] | |
| removedContainers | Map<String, String> | [optional] | |
| removedImages | Map<String, List<String>> | [optional] | |
| removedLayers | List<String> | [optional] |
- Serializable