Values.TaintSourceA property that allows a node to repel a Pod. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.
type nonrec t = {key : TaintKey.t option;The key of the taint.
*)value : TaintValue.t option;The value of the taint.
*)effect_ : TaintEffect.t option;The effect of the taint.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of TaintKey.t ]) list ]