HelmOperatorPropertiesResponse

data class HelmOperatorPropertiesResponse(val chartValues: String? = null, val chartVersion: String? = null)

Properties for Helm operator.

Constructors

Link copied to clipboard
constructor(chartValues: String? = null, chartVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val chartValues: String? = null

Values override for the operator Helm chart.

Link copied to clipboard
val chartVersion: String? = null

Version of the operator Helm chart.