K8sConfig
K8sConfig
Kubernetes Configuration
JSON Example
{
"data": {
"items": [
{
"enterprise": "enterprise",
"organization": "organization",
"section": "section",
"config": {
"kubeSystemUUID": "11223344-5566-7788-99aa-bbccddeeff00",
"clusterName": "tca-cluster1",
"UUID": "11223344-5566-7788-99aa-bbccddeeff00",
"version": "version",
"url": "https://10.182.9.167:6443",
"kubeconfig": "kubeconfig"
}
},
{
"enterprise": "enterprise",
"organization": "organization",
"section": "section",
"config": {
"kubeSystemUUID": "11223344-5566-7788-99aa-bbccddeeff00",
"clusterName": "tca-cluster1",
"UUID": "11223344-5566-7788-99aa-bbccddeeff00",
"version": "version",
"url": "https://10.182.9.167:6443",
"kubeconfig": "kubeconfig"
}
}
]
}
}