Values_0.ClusterKubernetesConfigSourceKubernetes configuration that specifies labels and taints to be applied to cluster nodes in an instance group.
type nonrec t = {labels : ClusterKubernetesLabels.t option;Key-value pairs of labels to be applied to cluster nodes.
*)taints : ClusterKubernetesTaints.t option;List of taints to be applied to cluster nodes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ClusterKubernetesTaintKey.t ])
list ]
list
| `Map of
([> `String of ClusterKubernetesLabelKey.t ]
* [> `String of ClusterKubernetesLabelValue.t ])
list ])
list ]