curl --location --request GET '/v1/proxy/cluster//custom/core/v1/namespaces//secrets'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"currentPage": 0,
"currentSize": 0,
"list": null,
"total": 0,
"List": [
{
"certInfo": {
"property1": {
"authority_key_id": "string",
"issuer": {
"common_name": "string",
"country": "string",
"extra_names": [
{
"type": [
0
],
"value": null
}
],
"locality": "string",
"names": [
{
"type": [
0
],
"value": null
}
],
"organization": "string",
"organizational_unit": "string",
"postal_code": "string",
"province": "string",
"serial_number": "string",
"street_address": "string"
},
"not_after": "string",
"not_before": "string",
"pem": "string",
"sans": [
"string"
],
"serial_number": "string",
"sigalg": "string",
"subject": {
"common_name": "string",
"country": "string",
"extra_names": [
{
"type": [
0
],
"value": null
}
],
"locality": "string",
"names": [
{
"type": [
0
],
"value": null
}
],
"organization": "string",
"organizational_unit": "string",
"postal_code": "string",
"province": "string",
"serial_number": "string",
"street_address": "string"
},
"subject_key_id": "string"
},
"property2": {
"authority_key_id": "string",
"issuer": {
"common_name": "string",
"country": "string",
"extra_names": [
{
"type": [
0
],
"value": null
}
],
"locality": "string",
"names": [
{
"type": [
0
],
"value": null
}
],
"organization": "string",
"organizational_unit": "string",
"postal_code": "string",
"province": "string",
"serial_number": "string",
"street_address": "string"
},
"not_after": "string",
"not_before": "string",
"pem": "string",
"sans": [
"string"
],
"serial_number": "string",
"sigalg": "string",
"subject": {
"common_name": "string",
"country": "string",
"extra_names": [
{
"type": [
0
],
"value": null
}
],
"locality": "string",
"names": [
{
"type": [
0
],
"value": null
}
],
"organization": "string",
"organizational_unit": "string",
"postal_code": "string",
"province": "string",
"serial_number": "string",
"street_address": "string"
},
"subject_key_id": "string"
}
},
"secret": {
"annotations": {
"property1": "string",
"property2": "string"
},
"apiVersion": "string",
"clusterName": "string",
"creationTimestamp": "string",
"data": {
"property1": [
0
],
"property2": [
0
]
},
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "string",
"finalizers": [
"string"
],
"generateName": "string",
"generation": 0,
"immutable": true,
"kind": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"managedFields": [
{
"apiVersion": "string",
"fieldsType": "string",
"fieldsV1": {},
"manager": "string",
"operation": "string",
"subresource": "string",
"time": "string"
}
],
"name": "string",
"namespace": "string",
"ownerReferences": [
{
"apiVersion": "string",
"blockOwnerDeletion": true,
"controller": true,
"kind": "string",
"name": "string",
"uid": "string"
}
],
"resourceVersion": "string",
"selfLink": "string",
"stringData": {
"property1": "string",
"property2": "string"
},
"type": "string",
"uid": "string"
}
}
]
}
}