Skip to main content
Version: latest

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

Body

    clusterNamespaces

    undefined[]

  • Array [

  • image

    Workspace namespace image information

    blackListedImagesstring[]
    isRegexboolean
    namestring

    namespaceResourceAllocation

    Workspace namespace resource allocation

    clusterResourceAllocations

    undefined[]

  • Array [

  • 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[]

  • Array [

  • clusterNamestring
    clusterUidstring
  • ]

  • quota

    Workspace resource quota

    resourceAllocation

    Workspace resource allocation

    cpuCoresnumber

    Possible values: >= -1

    memoryMiBnumber

    Possible values: >= -1

Responses

The resource was updated successfully

Loading...