Helm Install Options Response
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
fun HelmInstallOptionsResponse(atomic: String? = null, timeout: String? = null, wait: String? = null)