ClusterPostInstallScript

data class ClusterPostInstallScript(val args: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(args: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: String? = null

The parameter that is used to run the script after the cluster is created.

Link copied to clipboard
val url: String? = null

The URL that is used to download the script after the cluster is created.