Skip to content

Commit a920db0

Browse files
committed
feat: support image pull and image list API
Also fixed streaming requests proxying. And changed the machine IDs to be a proper UUIDs. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 9552c30 commit a920db0

File tree

11 files changed

+410
-46
lines changed

11 files changed

+410
-46
lines changed

api/specs/specs.pb.go

Lines changed: 110 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/specs/specs.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ message ImageSpec {
3939
string schematic = 2;
4040
}
4141

42+
// CachedImageSpec is the image pulled by the ImagePull API.
43+
message CachedImageSpec {
44+
string digest = 1;
45+
int64 size = 2;
46+
}
47+
4248
// ServiceSpec is the fake service information.
4349
message ServiceSpec {
4450
message Health {

0 commit comments

Comments
 (0)