steps

@JvmName(name = "icdjruktjjtufheo")
suspend fun steps(value: Output<List<ClusterStepArgs>>)
@JvmName(name = "pspxjegfutrtwmga")
suspend fun steps(value: List<ClusterStepArgs>?)

Parameters

value

List of steps to run when creating the cluster. See below. It is highly recommended to utilize the lifecycle resource options block with ignoreChanges if other steps are being managed outside of this provider.


@JvmName(name = "qbowiukantbiqoxp")
suspend fun steps(vararg values: Output<ClusterStepArgs>)


@JvmName(name = "kkpongqxhixrfbny")
suspend fun steps(values: List<Output<ClusterStepArgs>>)
@JvmName(name = "gpiwhrddjjvtkuxw")
suspend fun steps(vararg values: ClusterStepArgs)

Parameters

values

List of steps to run when creating the cluster. See below. It is highly recommended to utilize the lifecycle resource options block with ignoreChanges if other steps are being managed outside of this provider.


@JvmName(name = "pfmqatqnmycyvhmu")
suspend fun steps(argument: List<suspend ClusterStepArgsBuilder.() -> Unit>)
@JvmName(name = "smsulpdiolvpvnhx")
suspend fun steps(vararg argument: suspend ClusterStepArgsBuilder.() -> Unit)
@JvmName(name = "afpbafrfjlluiayy")
suspend fun steps(argument: suspend ClusterStepArgsBuilder.() -> Unit)

Parameters

argument

List of steps to run when creating the cluster. See below. It is highly recommended to utilize the lifecycle resource options block with ignoreChanges if other steps are being managed outside of this provider.