Representation of an add-on version.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'AddOnVersion' if this is a complete object or 'AddOnVersionLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
additional_catalog_sources | list[AdditionalCatalogSource] | Additional catalog sources associated with this addon version | [optional] |
available_upgrades | list[str] | AvailableUpgrades is the list of versions this version can be upgraded to. | [optional] |
channel | str | The specific addon catalog source channel of packages | [optional] |
config | AddOnConfig | [optional] | |
enabled | bool | Indicates if this add-on version can be added to clusters. | [optional] |
parameters | list[AddOnParameter] | List of parameters for this add-on version. | [optional] |
pull_secret_name | str | The pull secret name used for this addon version. | [optional] |
requirements | list[AddOnRequirement] | List of requirements for this add-on version. | [optional] |
source_image | str | The catalog source image for this add-on version. | [optional] |
sub_operators | list[AddOnSubOperator] | List of sub operators for this add-on version. | [optional] |