Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.91 KB

AddOn.md

File metadata and controls

36 lines (32 loc) · 2.91 KB

AddOn

Representation of an add-on that can be installed in a cluster.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'AddOn' if this is a complete object or 'AddOnLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
common_annotations dict(str, str) Common annotations to be applied to all resources created by this addon. [optional]
common_labels dict(str, str) Common labels to be applied to all resources created by this addon. [optional]
config AddOnConfig [optional]
credentials_requests list[CredentialRequest] List of credentials requests to authenticate operators to access cloud resources. [optional]
description str Description of the add-on. [optional]
docs_link str Link to documentation about the add-on. [optional]
enabled bool Indicates if this add-on can be added to clusters. [optional]
has_external_resources bool Indicates if this add-on has external resources associated with it [optional]
hidden bool Indicates if this add-on is hidden. [optional]
icon str Base64-encoded icon representing an add-on. The icon should be in PNG format. [optional]
install_mode AddOnInstallMode [optional]
label str Label used to attach to a cluster deployment when add-on is installed. [optional]
managed_service bool Indicates if add-on is part of a managed service [optional]
name str Name of the add-on. [optional]
namespaces list[AddOnNamespace] Namespaces which are required by this addon. [optional]
operator_name str The name of the operator installed by this add-on. [optional]
parameters list[AddOnParameter] List of parameters for this add-on. [optional]
requirements list[AddOnRequirement] List of requirements for this add-on. [optional]
resource_cost float Used to determine how many units of quota an add-on consumes per resource name. [optional]
resource_name str Used to determine from where to reserve quota for this add-on. [optional]
sub_operators list[AddOnSubOperator] List of sub operators for this add-on. [optional]
target_namespace str The namespace in which the addon CRD exists. [optional]
version AddOnVersion [optional]

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