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 May 13, 2024
1 parent c5c2154 commit d729863
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9612,6 +9612,16 @@
},
"com.github.loft-sh.api.v4.pkg.apis.storage.v1.DevPodWorkspaceTemplateDefinition": {
"properties": {
"gitCloneStrategy": {
"description": "GitCloneStrategy specifies how git based workspace are being cloned. Can be \"\" (full, default), treeless, blobless or shallow\n\nPossible enum values:\n - `\"\"`\n - `\"blobless\"`\n - `\"shallow\"`\n - `\"treeless\"`",
"enum": [
"",
"blobless",
"shallow",
"treeless"
],
"type": "string"
},
"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 d729863

Please sign in to comment.