Kubernetes Addon Args
data class KubernetesAddonArgs(val config: Output<String>? = null, val disabled: Output<Boolean>? = null, val name: Output<String>? = null) : ConvertibleToJava<KubernetesAddonArgs>
Constructors
Link copied to clipboard
fun KubernetesAddonArgs(config: Output<String>? = null, disabled: Output<Boolean>? = null, name: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Name of the ACK add-on. The name must match one of the names returned by DescribeAddons.