HelmArtifactProfileArgs

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

Helm artifact profile.

Constructors

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

Properties

Link copied to clipboard
val helmPackageName: Output<String>? = null

Helm package name.

Link copied to clipboard
val helmPackageVersionRange: Output<String>? = null

Helm package version range.

Link copied to clipboard

The image pull secrets values path list.

Link copied to clipboard
val registryValuesPaths: Output<List<String>>? = null

The registry values path list.

Functions

Link copied to clipboard
open override fun toJava(): HelmArtifactProfileArgs