ContainerLogsParameters

data class ContainerLogsParameters(val follow: Boolean = false, val stdout: Boolean = true, val stderr: Boolean = true, val timestamps: Boolean = false, val tail: String? = null, val since: Long? = null, val until: Long? = null)

Constructors

Link copied to clipboard
constructor(follow: Boolean = false, stdout: Boolean = true, stderr: Boolean = true, timestamps: Boolean = false, tail: String? = null, since: Long? = null, until: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val since: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tail: String?
Link copied to clipboard
Link copied to clipboard
val until: Long?