Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
550 changes: 372 additions & 178 deletions client/api/omni/specs/omni.pb.go

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions client/api/omni/specs/omni.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1440,3 +1440,21 @@ message InfraProviderCombinedStatusSpec {
message MachineConfigDiffSpec {
string diff = 1;
}

message InstallationMediaConfigSpec {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might need some more thoughs, that's why the PR is still a draft.

message Cloud {
string platform = 1;
}

message SBC {
string overlay = 1;
map<string, string> overlay_options = 2;
}

string architecture = 1;
repeated string install_extensions = 2;
string kernel_args = 3;

Cloud cloud = 4;
SBC sbc = 5;
}
Loading
Loading