Values.AddonInfoSourceInformation about an add-on.
type nonrec t = {addonName : String_.t option;The name of the add-on.
*)type_ : String_.t option;The type of the add-on.
*)addonVersions : AddonVersionInfoList.t option;An object representing information about available add-on versions and compatible Kubernetes versions.
*)publisher : String_.t option;The publisher of the add-on.
*)owner : String_.t option;The owner of the add-on.
*)marketplaceInformation : MarketplaceInformation.t option;Information about the add-on from the Amazon Web Services Marketplace.
*)defaultNamespace : String_.t option;The default Kubernetes namespace where this addon is typically installed if no custom namespace is specified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]