Cluster Monitoring Config
data class ClusterMonitoringConfig(val enableComponents: List<String>? = null, val managedPrometheus: ClusterMonitoringConfigManagedPrometheus? = null)
Constructors
Link copied to clipboard
fun ClusterMonitoringConfig(enableComponents: List<String>? = null, managedPrometheus: ClusterMonitoringConfigManagedPrometheus? = null)