Updates the cluster configuration information
PUT/v1/cloudconfigs/virtual/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
clusterConfig
object
Cluster level configuration for virtual cluster
controlPlaneEndpoint
object
APIEndpoint represents a reachable Kubernetes API endpoint.
hoststringrequired
The hostname on which the API server is serving.
portint32required
The port on which the API server is serving.
helmRelease
object
chart
object
namestring
repostring
versionstring
valuesstring
kubernetesVersionstring
Responses
- 204
The resource was updated successfully
Loading...