K8sConfig_data
K8sConfig_data
Kubernetes Configuration data
JSON Example
{
"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"
}
}
]
}