Values.DeleteAddonRequestSourceDeletes an Amazon EKS add-on. When you remove an add-on, it's deleted from the cluster. You can always manually start an add-on on the cluster using the Kubernetes API.
type nonrec t = {clusterName : ClusterName.t;The name of your cluster.
*)addonName : String_.t;The name of the add-on. The name must match one of the names returned by ListAddons .
*)preserve : Boolean.t option;Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ClusterName.t ]) list ]