HelmMappingRuleProfileResponseOptions

data class HelmMappingRuleProfileResponseOptions(val installOptions: HelmInstallOptionsResponse? = null, val upgradeOptions: HelmUpgradeOptionsResponse? = null)

The helm deployment options

Constructors

Link copied to clipboard
constructor(installOptions: HelmInstallOptionsResponse? = null, upgradeOptions: HelmUpgradeOptionsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The helm deployment install options

Link copied to clipboard

The helm deployment upgrade options