Helm Upgrade Options Response
    data class HelmUpgradeOptionsResponse(val atomic: String? = null, val timeout: String? = null, val wait: String? = null)
The helm deployment install options
Constructors
Link copied to clipboard
                fun HelmUpgradeOptionsResponse(atomic: String? = null, timeout: String? = null, wait: String? = null)