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