Get Logs Result
data class GetLogsResult(val details: Boolean? = null, val discardHeaders: Boolean? = null, val follow: Boolean? = null, val id: String, val logsListStringEnabled: Boolean? = null, val logsListStrings: List<String>, val name: String, val showStderr: Boolean? = null, val showStdout: Boolean? = null, val since: String? = null, val tail: String? = null, val timestamps: Boolean? = null, val until: String? = null)
A collection of values returned by getLogs.
Constructors
Link copied to clipboard
constructor(details: Boolean? = null, discardHeaders: Boolean? = null, follow: Boolean? = null, id: String, logsListStringEnabled: Boolean? = null, logsListStrings: List<String>, name: String, showStderr: Boolean? = null, showStdout: Boolean? = null, since: String? = null, tail: String? = null, timestamps: Boolean? = null, until: String? = null)
Properties
Link copied to clipboard
Discard headers that docker appends to each log entry
Link copied to clipboard
If true populate computed value logs_list_string
Link copied to clipboard
List of container logs, each element is a line.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard