driverStatus

@SerialName(value = "DriverStatus")
val driverStatus: List<List<String>>?

Parameters

driverStatus

Information specific to the storage driver, provided as \"label\" / \"value\" pairs. This information is provided by the storage driver, and formatted in a way consistent with the output of docker info on the command line.


>Note: The information returned in this field, including the > formatting of values and labels, should not be considered stable, > and may change without notice.