HelmInstallOptionsResponse

data class HelmInstallOptionsResponse(val atomic: String? = null, val timeout: String? = null, val wait: String? = null)

The helm deployment install options

Constructors

Link copied to clipboard
constructor(atomic: String? = null, timeout: String? = null, wait: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val atomic: String? = null

The helm deployment atomic options

Link copied to clipboard
val timeout: String? = null

The helm deployment timeout options

Link copied to clipboard
val wait: String? = null

The helm deployment wait options