curl --location -g --request GET '/v1/proxy/cluster//custom/metrics.k8s.io/v1beta1/namespaces//pods}'
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"annotations": {
"property1": "string",
"property2": "string"
},
"apiVersion": "string",
"clusterName": "string",
"containers": [
{
"name": "string",
"usage": {
"property1": {
"Format": "string"
},
"property2": {
"Format": "string"
}
}
}
],
"creationTimestamp": null,
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": null,
"finalizers": [
"string"
],
"generateName": "string",
"generation": 0,
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"managedFields": [
null
],
"name": "string",
"namespace": "string",
"ownerReferences": [
null
],
"resourceVersion": "string",
"selfLink": "string",
"timestamp": "string",
"uid": "string",
"window": {}
}
]
}