Updates the specified workspace namespaces
PUT/v1/workspaces/:uid/clusterNamespaces
Updates the specified workspace namespaces
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
- Array [
 - Array [
 - ]
 - ]
 - Array [
 - ]
 
clusterNamespaces undefined[]
image
Workspace namespace image information
blackListedImagesstring[]
isRegexboolean
namestring
namespaceResourceAllocation
Workspace namespace resource allocation
clusterResourceAllocations undefined[]
clusterUidstring
resourceAllocation
Workspace resource allocation
cpuCoresnumber
Possible values: >= -1
memoryMiBnumber
Possible values: >= -1
defaultResourceAllocation
Workspace resource allocation
cpuCoresnumber
Possible values: >= -1
memoryMiBnumber
Possible values: >= -1
clusterRefs undefined[]
clusterNamestring
clusterUidstring
quota
Workspace resource quota
resourceAllocation
Workspace resource allocation
cpuCoresnumber
Possible values: >= -1
memoryMiBnumber
Possible values: >= -1
Responses
- 204
 
The resource was updated successfully
Loading...