DeploymentPropertiesResponse

data class DeploymentPropertiesResponse(val helmChartPath: String? = null, val helmValues: String? = null, val kubeManifestLocations: List<String>? = null, val manifestType: String? = null, val overrides: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(helmChartPath: String? = null, helmValues: String? = null, kubeManifestLocations: List<String>? = null, manifestType: String? = null, overrides: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val helmChartPath: String? = null

Helm chart directory path in repository.

Link copied to clipboard
val helmValues: String? = null

Helm Values.yaml file location in repository.

Link copied to clipboard
Link copied to clipboard
val manifestType: String? = null

Determines the type of manifests within the repository.

Link copied to clipboard
val overrides: Map<String, String>? = null

Manifest override values.