HelmArtifactProfileResponse

data class HelmArtifactProfileResponse(val helmPackageName: String? = null, val helmPackageVersionRange: String? = null, val imagePullSecretsValuesPaths: List<String>? = null, val registryValuesPaths: List<String>? = null)

Helm artifact profile.

Constructors

Link copied to clipboard
constructor(helmPackageName: String? = null, helmPackageVersionRange: String? = null, imagePullSecretsValuesPaths: List<String>? = null, registryValuesPaths: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val helmPackageName: String? = null

Helm package name.

Link copied to clipboard

Helm package version range.

Link copied to clipboard

The image pull secrets values path list.

Link copied to clipboard

The registry values path list.