EdgeKubernetesLogConfig

data class EdgeKubernetesLogConfig(val project: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(project: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val project: String? = null

Log Service project name, cluster logs will output to this project.

Link copied to clipboard

Type of collecting logs, only SLS are supported currently.