AutopilotArgs

data class AutopilotArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AutopilotArgs>

Autopilot is the configuration for Autopilot settings on the cluster.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enable Autopilot

Functions

Link copied to clipboard
open override fun toJava(): AutopilotArgs