Package-level declarations

Types

Link copied to clipboard
data class ReleaseStatus(val appVersion: String? = null, val chart: String? = null, val name: String? = null, val namespace: String? = null, val revision: Int? = null, val status: String, val version: String? = null)
Link copied to clipboard
data class RepositoryOpts(val caFile: String? = null, val certFile: String? = null, val keyFile: String? = null, val password: String? = null, val repo: String? = null, val username: String? = null)

Specification defining the Helm chart repository to use.