Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.5 KB

AddOnInstallation.md

File metadata and controls

22 lines (18 loc) · 1.5 KB

AddOnInstallation

Representation of an add-on installation in a cluster.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]