post Install Scripts
Parameters
value
The post install script. See the following Block post_install_script
.
Parameters
values
The post install script. See the following Block post_install_script
.
suspend fun postInstallScripts(argument: List<suspend ClusterPostInstallScriptArgsBuilder.() -> Unit>)
suspend fun postInstallScripts(vararg argument: suspend ClusterPostInstallScriptArgsBuilder.() -> Unit)
Parameters
argument
The post install script. See the following Block post_install_script
.