SystemComponent interface
System extensions and its current versions installed on the cluster resource.
Properties
| current |
Version of the system extension that is currently installed on the cluster resource. |
| major |
Major Version of the system extension that is currently installed on the cluster resource. |
| type | Type of the system extension |
| user |
Version of the system extension to be installed on the cluster resource. |
Property Details
currentVersion
Version of the system extension that is currently installed on the cluster resource.
currentVersion?: string
Property Value
string
majorVersion
Major Version of the system extension that is currently installed on the cluster resource.
majorVersion?: number
Property Value
number
type
Type of the system extension
type?: string
Property Value
string
userSpecifiedVersion
Version of the system extension to be installed on the cluster resource.
userSpecifiedVersion?: string
Property Value
string