addonFeatures

@JvmName(name = "gwobitgfoxwalntl")
suspend fun addonFeatures(value: Output<List<Either<String, ManagedClusterAddOnFeature>>>)
@JvmName(name = "opyawurkyjiihcog")
suspend fun addonFeatures(value: List<Either<String, ManagedClusterAddOnFeature>>?)

Parameters

value

List of add-on features to enable on the cluster.


@JvmName(name = "hbhguhjedcwyxhap")
suspend fun addonFeatures(vararg values: Output<Either<String, ManagedClusterAddOnFeature>>)


@JvmName(name = "raguxtntrpmuqymy")
suspend fun addonFeatures(values: List<Output<Either<String, ManagedClusterAddOnFeature>>>)
@JvmName(name = "uvceatpklvdwdllr")
suspend fun addonFeatures(vararg values: Either<String, ManagedClusterAddOnFeature>)

Parameters

values

List of add-on features to enable on the cluster.