Skip to content

Commit 9f5c35c

Browse files
authored
Extend subassembly service with manifest (#18896)
1 parent a84cca8 commit 9f5c35c

File tree

4 files changed

+102
-28
lines changed

4 files changed

+102
-28
lines changed

components/image-builder-api/go/subassembly.pb.go

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

components/image-builder-api/subassembly.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ message SubassemblyStatus {
3939
// URL is a URL from which the subassembly can be downloaded.
4040
// Expect this field to only be present when the phase is "available".
4141
string url = 4;
42+
43+
// manifest describes the requirements of the subassembly
44+
// Expect this field to only be present when the phase is "available".
45+
bytes manifest = 5;
4246
}
4347

4448
enum SubassemblyPhase {

components/image-builder-api/typescript/src/subassembly_pb.d.ts

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

components/image-builder-api/typescript/src/subassembly_pb.js

Lines changed: 55 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)