ClusterConfiguration

data class ClusterConfiguration(val executeCommandConfiguration: ClusterExecuteCommandConfiguration? = null)

The configurations to be set at cluster level.

Constructors

Link copied to clipboard
fun ClusterConfiguration(executeCommandConfiguration: ClusterExecuteCommandConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties