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 Jun 21, 2024
1 parent 8e5fd8c commit 3284bb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gen/models/storageV1DevPodWorkspaceTemplateDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export class StorageV1DevPodWorkspaceTemplateDefinition {
* GitCloneStrategy specifies how git based workspace are being cloned. Can be \"\" (full, default), treeless, blobless or shallow Possible enum values: - `\"\"` - `\"blobless\"` - `\"shallow\"` - `\"treeless\"`
*/
'gitCloneStrategy'?: StorageV1DevPodWorkspaceTemplateDefinitionGitCloneStrategyEnum;
/**
* InitEnv are environment variables that should be available during the initialization phase of the created workspace.
*/
'initEnv'?: { [key: string]: StorageV1DevPodProviderOption; };
'instanceTemplate'?: StorageV1DevPodWorkspaceInstanceTemplateDefinition;
'provider': StorageV1DevPodWorkspaceProvider;
'spaceTemplate'?: StorageV1SpaceTemplateDefinition;
Expand All @@ -48,6 +52,12 @@ export class StorageV1DevPodWorkspaceTemplateDefinition {
"type": "StorageV1DevPodWorkspaceTemplateDefinitionGitCloneStrategyEnum",
"format": ""
},
{
"name": "initEnv",
"baseName": "initEnv",
"type": "{ [key: string]: StorageV1DevPodProviderOption; }",
"format": ""
},
{
"name": "instanceTemplate",
"baseName": "instanceTemplate",
Expand Down
6 changes: 6 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5345,6 +5345,12 @@ declare class StorageV1DevPodWorkspaceTemplateDefinition {
* GitCloneStrategy specifies how git based workspace are being cloned. Can be \"\" (full, default), treeless, blobless or shallow Possible enum values: - `\"\"` - `\"blobless\"` - `\"shallow\"` - `\"treeless\"`
*/
"gitCloneStrategy"?: StorageV1DevPodWorkspaceTemplateDefinitionGitCloneStrategyEnum;
/**
* InitEnv are environment variables that should be available during the initialization phase of the created workspace.
*/
"initEnv"?: {
[key: string]: StorageV1DevPodProviderOption;
};
"instanceTemplate"?: StorageV1DevPodWorkspaceInstanceTemplateDefinition;
"provider": StorageV1DevPodWorkspaceProvider;
"spaceTemplate"?: StorageV1SpaceTemplateDefinition;
Expand Down

0 comments on commit 3284bb3

Please sign in to comment.