_api_admin_clusters__clusterId__kubeconfig_get_200_response_1
_api_admin_clusters__clusterId__kubeconfig_get_200_response_1
Kube config
JSON Example
{
"data": {
"items": [
{
"enterprise": "enterprise",
"organization": "organization",
"config": {
"clusterName": "tca-cluster1",
"url": "https://10.182.9.167:6443",
"kubeconfig": "kubeconfig"
}
},
{
"enterprise": "enterprise",
"organization": "organization",
"config": {
"clusterName": "tca-cluster1",
"url": "https://10.182.9.167:6443",
"kubeconfig": "kubeconfig"
}
}
]
}
}