WorkspaceSpec
The specification to create a workspace.
Syntax
json
{
"name": "string",
"kubeClusterId": "string",
"kubeNamespace": "string",
"kubeServiceAccount": "string"
}
Type Definition
- Type
object
- Properties
kubeNamespace
requiredThe Kubernetes namespace to deploy resources to.
- Type
string
- Type
kubeServiceAccount
requiredThe name of the Kubernetes service account used for making Kubernetes API requests.
- Type
string
- Type