Edit Cluster Config
Api to edit cluster config
The identifier of the tenant
clusterId
Edit Cluster Config
{
"cniEditable": false,
"csiEditable": false,
"cni": [
{
"name": "string"
}
],
"networking": [
{
"name": "string",
"properties": {
"aviController": {
"aviUsername": "string",
"aviPassword": "string",
"aviCaDataB64": "string"
},
"loadBalancerAndIngressService": {
"cloudName": "string",
"defaultServiceEngineGroup": "string",
"defaultVipNetwork": "string",
"defaultVipNetworkCidr": "string"
}
}
}
],
"csi": [
{
"name": "string",
"properties": {
"name": "string",
"isDefault": false,
"serverIP": "string",
"mountPath": "string",
"datastoreUrl": "string",
"timeout": "string",
"region": "string",
"zone": "string"
}
}
],
"kubernetesVersion": "string",
"tools": [
{}
],
"systemSettings": [
{
"name": "string",
"properties": {
"host": "string",
"port": 0,
"protocol": "string"
}
}
]
}
Internal flag to indicate if add/edit on CNIs are allowed.
Internal flag to indicate if add/edit on CSIs are allowed.
Container Network Interfaces configured to the cluster.
List of networking addon on the cluster.
Container Storage Interfaces configured to the cluster.
Kubernetes version of the cluster.
List of operators and addons on the cluster.
List of syslog servers added to the cluster.
Successfully edited cluster config.
{
"id": "string",
"operationId": "string"
}
The id of the cluster.
The operation id for tracking the progress of the operation being performed on the cluster.