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
fun AutopilotArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

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

Enable Autopilot