ClusterBootstrapScript

data class ClusterBootstrapScript(val executionFailStrategy: String, val executionMoment: String, val nodeSelector: ClusterBootstrapScriptNodeSelector, val priority: Int? = null, val scriptArgs: String, val scriptName: String, val scriptPath: String)

Constructors

Link copied to clipboard
constructor(executionFailStrategy: String, executionMoment: String, nodeSelector: ClusterBootstrapScriptNodeSelector, priority: Int? = null, scriptArgs: String, scriptName: String, scriptPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bootstrap scripts execution fail strategy, ’FAILED_BLOCK’ or ‘FAILED_CONTINUE’ .

Link copied to clipboard

The bootstrap scripts execution moment, ’BEFORE_INSTALL’, ‘AFTER_STARTED’ or ‘BEFORE_START’. The execution moment of BEFORE_START is available since v1.243.0.

Link copied to clipboard

The bootstrap scripts execution target. See node_selector below.

Link copied to clipboard
val priority: Int? = null

The bootstrap scripts priority.

Link copied to clipboard

The bootstrap script args, e.g. "--a=b".

Link copied to clipboard

The bootstrap script name.

Link copied to clipboard

The bootstrap script path, e.g. "oss://bucket/path".