This commit is contained in:
2024-03-22 12:11:46 +03:00
parent e7b30fb686
commit 8a813abfcb
9 changed files with 13 additions and 14 deletions

View File

@@ -16,8 +16,8 @@ type DeleteRequest struct {
// True if cluster is destroyed permanently.
// Otherwise it can be restored from Recycle Bin
// Required: true
Permanently bool `url:"permanently" json:"permanently" validate:"required"`
// Required: false
Permanently bool `url:"permanently" json:"permanently"`
}
// Delete deletes kubernetes cluster