Values_0.ClusterKubernetesTaintSourceA Kubernetes taint that can be applied to cluster nodes.
type nonrec t = {key : ClusterKubernetesTaintKey.t;The key of the taint.
*)value : ClusterKubernetesTaintValue.t option;The value of the taint.
*)effect_ : ClusterKubernetesTaintEffect.t;The effect of the taint. Valid values are NoSchedule, PreferNoSchedule, and NoExecute.
*)}val make :
?value:??? ->
key:ClusterKubernetesTaintKey.t ->
effect_:ClusterKubernetesTaintEffect.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ClusterKubernetesTaintKey.t ])
list ]