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