GetKubernetesAddonsAddon

data class GetKubernetesAddonsAddon(val currentConfig: String, val currentVersion: String, val name: String, val nextVersion: String, val required: Boolean)

Constructors

Link copied to clipboard
constructor(currentConfig: String, currentVersion: String, name: String, nextVersion: String, required: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current custom configuration of the addon. Note: Available in v1.166.0+

Link copied to clipboard

The current version of addon, if this field is an empty string, it means that the addon is not installed.

Link copied to clipboard

The name of addon.

Link copied to clipboard

The next version of this addon can be upgraded to.

Link copied to clipboard

Whether the addon is a system addon.