Values_0.ClusterKubernetesConfigDetailsSourceDetailed Kubernetes configuration showing both the current and desired state of labels and taints for cluster nodes.
type nonrec t = {currentLabels : ClusterKubernetesLabels.t option;The current labels applied to cluster nodes of an instance group.
*)desiredLabels : ClusterKubernetesLabels.t option;The desired labels to be applied to cluster nodes of an instance group.
*)currentTaints : ClusterKubernetesTaints.t option;The current taints applied to cluster nodes of an instance group.
*)desiredTaints : ClusterKubernetesTaints.t option;The desired taints to be applied to cluster nodes of an instance group.
*)}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 ]