Values.ClientStatSourceDetails about clients using the deprecated resources.
type nonrec t = {userAgent : String_.t option;The user agent of the Kubernetes client using the deprecated resource.
*)numberOfRequestsLast30Days : Integer.t option;The number of requests from the Kubernetes client seen over the last 30 days.
*)lastRequestTime : Timestamp.t option;The timestamp of the last request seen from the Kubernetes client.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]