Workspace
A workspace.
Syntax
json
{
"id": "string",
"name": "string",
"kubeClusterId": "string",
"kubeNamespace": "string",
"kubeServiceAccount": "string",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
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
createdAt
requiredThe time when the workspace was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the workspace was last updated.
- Type
string
- Format
date-time
- Type