Values.UpdateTaintsPayloadSourceAn object representing the details of an update to a taints payload. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.
type nonrec t = {addOrUpdateTaints : TaintsList.t option;Kubernetes taints to be added or updated.
*)removeTaints : TaintsList.t option;Kubernetes taints to remove.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of TaintKey.t ])
list ]
list ])
list ]