Skip to content

Commit 9f8db82

Browse files
committed
[skip ci] repo-sync
1 parent ff2fcb7 commit 9f8db82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/openapi-spec/swagger.json

+8
Original file line numberDiff line numberDiff line change
@@ -3559,6 +3559,10 @@
35593559
"description": "Parameters are values to pass to the template. The values should be encoded as YAML string where each parameter is represented as a top-level field key.",
35603560
"type": "string"
35613561
},
3562+
"preventWakeUpOnConnection": {
3563+
"description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.",
3564+
"type": "boolean"
3565+
},
35623566
"runnerRef": {
35633567
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.RunnerRef",
35643568
"description": "RunnerRef is the reference to the connected runner holding this workspace"
@@ -8508,6 +8512,10 @@
85088512
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceInstanceTemplateDefinition",
85098513
"description": "InstanceTemplate holds the workspace instance template"
85108514
},
8515+
"preventWakeUpOnConnection": {
8516+
"description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.",
8517+
"type": "boolean"
8518+
},
85118519
"provider": {
85128520
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceProvider",
85138521
"description": "Provider holds the DevPod provider configuration"

0 commit comments

Comments
 (0)