Helm Mapping Rule Profile Response
data class HelmMappingRuleProfileResponse(val helmPackageVersion: String? = null, val options: HelmMappingRuleProfileResponseOptions? = null, val releaseName: String? = null, val releaseNamespace: String? = null, val values: String? = null)
Helm mapping rule profile
Constructors
Link copied to clipboard
constructor(helmPackageVersion: String? = null, options: HelmMappingRuleProfileResponseOptions? = null, releaseName: String? = null, releaseNamespace: String? = null, values: String? = null)