Representation of an add-on installation in a cluster.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'AddOnInstallation' if this is a complete object or 'AddOnInstallationLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
addon | AddOn | [optional] | |
addon_version | AddOnVersion | [optional] | |
billing | AddOnInstallationBilling | [optional] | |
creation_timestamp | datetime | Date and time when the add-on was initially installed in the cluster. | [optional] |
operator_version | str | Version of the operator installed by the add-on. | [optional] |
parameters | list[AddOnInstallationParameter] | List of add-on parameters for this add-on installation. | [optional] |
state | AddOnInstallationState | [optional] | |
state_description | str | Reason for the current State. | [optional] |
updated_timestamp | datetime | Date and time when the add-on installation information was last updated. | [optional] |