SystemComponentArgs

data class SystemComponentArgs(val majorVersion: Output<Int>? = null, val type: Output<String>? = null, val userSpecifiedVersion: Output<String>? = null) : ConvertibleToJava<SystemComponentArgs>

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

Constructors

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

Properties

Link copied to clipboard
val majorVersion: Output<Int>? = null

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

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

Type of the system extension

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

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

Functions

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