Cluster Bootstrap Script Args
data class ClusterBootstrapScriptArgs(val executionFailStrategy: Output<String>, val executionMoment: Output<String>, val nodeSelector: Output<ClusterBootstrapScriptNodeSelectorArgs>, val priority: Output<Int>? = null, val scriptArgs: Output<String>, val scriptName: Output<String>, val scriptPath: Output<String>) : ConvertibleToJava<ClusterBootstrapScriptArgs>
Properties
Link copied to clipboard
The bootstrap scripts execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ .
Link copied to clipboard
The bootstrap scripts execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ .
Link copied to clipboard
The bootstrap scripts execution target. See node_selector below.
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".