ClusterSetting

data class ClusterSetting(val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the setting to manage. Valid values: containerInsights.

Link copied to clipboard

The value to assign to the setting. Valid values are enabled and disabled.