Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Addon

The properties that define an addon.

Properties

Optional addonError

addonError: model.AddonError

The error info of the addon.

Optional configurations

configurations: Array<AddonConfiguration>

Addon configuration details.

Optional currentInstalledVersion

currentInstalledVersion: undefined | string

current installed version of the addon

lifecycleState

lifecycleState: AddonLifecycleState

The state of the addon.

name

name: string

The name of the addon.

Optional timeCreated

timeCreated: Date

The time the cluster was created.

Optional version

version: undefined | string

selected addon version, or null indicates autoUpdate

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Addon): object

getJsonObj

  • getJsonObj(obj: Addon): object