| name |
str |
Name of the workspace. |
|
| owner |
OwnerReference |
Owner of the workspace. |
[optional] |
| description |
str |
Description of the workspace. |
[optional] [default to ''] |
| tags |
Dict[str, str] |
Descriptive tags for the workspace. |
[optional] |
| instance_size |
str |
Instance size of the workspace. |
[optional] |
| image_uri |
str |
URI of the image to attach. |
[optional] |
| image_tag_id |
str |
Image tag ID to attach. |
[optional] |
| image_enforce_trusted |
bool |
Enable image trust validation before attaching. |
[optional] [default to True] |
| environment_variables |
Dict[str, str] |
Mapping of environment variable keys to values. |
[optional] |
| external_repo_attachments |
List[ExternalRepoAttachmentNested] |
List of external repo attachments for the workspace. |
[optional] |
| extra_packages |
ExtraPackages |
Addtitional packages to install on start. |
[optional] |
| config_files |
Dict[str, ConfigFileEntry] |
User-defined config files written to $HOME at pod startup. Keys are relative paths; values contain content and mode. |
[optional] |
| start_script |
str |
Shell script to run on start before the primary command. |
[optional] |
| working_dir |
str |
Initial working directory for the workspace. |
[optional] [default to '/home/jovyan/workspace'] |
| is_spot |
bool |
Enables running on spot instance sizes. |
[optional] [default to False] |
| start_dind |
bool |
Enables docker-in-docker. |
[optional] [default to False] |
| disk_space |
str |
Size of the persistent volume attached to the workspace. |
[optional] |
| subdomain |
str |
Subdomain of the workspace URL. |
[optional] |
| auto_shutoff |
str |
Duration of inactivity before workspace is automatically stopped. |
[optional] [default to '1 hour'] |
| start_ssh |
bool |
Enable SSH access on the deployment. |
[optional] [default to False] |
| ide |
str |
IDE of the workspace. |
[optional] [default to 'jupyter'] |
| self_destruct |
bool |
Auto delete the workspace on stop. |
[optional] [default to False] |