-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ws-manager] Make IDE image API field composite
- Loading branch information
1 parent
1398e92
commit afa6acd
Showing
16 changed files
with
1,084 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,7 +289,9 @@ func (wspd *WorkspaceManagerPrescaleDriver) startGhostWorkspaces(ctx context.Con | |
Email: "[email protected]", | ||
Username: "gitpod-ghost", | ||
}, | ||
IdeImage: wspd.Config.IDEImage, | ||
IdeImage: &api.StartWorkspaceSpec_IDEImage{ | ||
WebRef: wspd.Config.IDEImage, | ||
}, | ||
Initializer: &csapi.WorkspaceInitializer{ | ||
Spec: &csapi.WorkspaceInitializer_Empty{ | ||
Empty: &csapi.EmptyInitializer{}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.