ClusterClusterConfigInitializationAction

data class ClusterClusterConfigInitializationAction(val script: String, val timeoutSec: Int? = null)

Constructors

Link copied to clipboard
constructor(script: String, timeoutSec: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The script to be executed during initialization of the cluster. The script must be a GCS file with a gs:// prefix.

Link copied to clipboard
val timeoutSec: Int? = null

The maximum duration (in seconds) which script is allowed to take to execute its action. GCP will default to a predetermined computed value if not set (currently 300).