SystemComponentResponse

data class SystemComponentResponse(val currentVersion: String, val majorVersion: Int? = null, val type: String? = null, val userSpecifiedVersion: String? = null)

System Extension and its desired versions to be installed on the cluster resource.

Constructors

Link copied to clipboard
constructor(currentVersion: String, majorVersion: Int? = null, type: String? = null, userSpecifiedVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Version of the system extension is currently installed on the cluster resource.

Link copied to clipboard
val majorVersion: Int? = null

Major Version of the system extension to be installed on the cluster resource.

Link copied to clipboard
val type: String? = null

Type of the system extension

Link copied to clipboard

Version of the system extension to be installed on the cluster resource.