ClusterLoggingEnabledTypes

data class ClusterLoggingEnabledTypes(val enabledTypes: List<ClusterLoggingTypeConfig>? = null)

The cluster control plane logging configuration for your cluster.

Constructors

Link copied to clipboard
constructor(enabledTypes: List<ClusterLoggingTypeConfig>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The enabled control plane logs for your cluster. All log types are disabled if the array is empty.