This commit is contained in:
2024-11-12 12:51:21 +03:00
parent f1e0f7abb6
commit 80491ed643
226 changed files with 3033 additions and 2633 deletions

View File

@@ -29,7 +29,6 @@ type CreateRequest struct {
// Compute driver
// Should be one of:
// - KVM_X86
// - KVM_PPC
// - etc
// Required: true
MasterDriver string `url:"masterDriver" json:"masterDriver" validate:"driver"`
@@ -41,7 +40,6 @@ type CreateRequest struct {
// Compute driver
// Should be one of
// - KVM_X86
// - KVM_PPC
// - etc
// Required: true
WorkerDriver string `url:"workerDriver" json:"workerDriver" validate:"driver"`