Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Oct 11, 2024
1 parent ff2fcb7 commit 9f8db82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3559,6 +3559,10 @@
"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.",
"type": "string"
},
"preventWakeUpOnConnection": {
"description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.",
"type": "boolean"
},
"runnerRef": {
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.RunnerRef",
"description": "RunnerRef is the reference to the connected runner holding this workspace"
Expand Down Expand Up @@ -8508,6 +8512,10 @@
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceInstanceTemplateDefinition",
"description": "InstanceTemplate holds the workspace instance template"
},
"preventWakeUpOnConnection": {
"description": "PreventWakeUpOnConnection is used to prevent workspace that uses sleep mode from waking up on incomming ssh connection.",
"type": "boolean"
},
"provider": {
"$ref": "#/definitions/com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceProvider",
"description": "Provider holds the DevPod provider configuration"
Expand Down

0 comments on commit 9f8db82

Please sign in to comment.