-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade client/swagger.yaml to Firecracker 0.21.0's API definition
There are a few breaking changes apparently. Signed-off-by: Kazuyoshi Kato <[email protected]>
- Loading branch information
Showing
5 changed files
with
4 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ info: | |
The API is accessible through HTTP calls on specific URLs | ||
carrying JSON modeled data. | ||
The transport medium is a Unix Domain Socket. | ||
version: 0.20.0 | ||
version: 0.21.0 | ||
termsOfService: "" | ||
contact: | ||
email: "[email protected]" | ||
|
@@ -452,12 +452,9 @@ definitions: | |
description: Enumeration indicating what type of action is contained in the payload | ||
type: string | ||
enum: | ||
- BlockDeviceRescan | ||
- FlushMetrics | ||
- InstanceStart | ||
- SendCtrlAltDel | ||
payload: | ||
type: string | ||
|
||
InstanceInfo: | ||
type: object | ||
|
@@ -511,12 +508,6 @@ definitions: | |
type: boolean | ||
description: Whether or not to include the file path and line number of the log's origin. | ||
default: false | ||
options: | ||
type: array | ||
items: | ||
type: string | ||
description: Additional logging options. Only "LogDirtyPages" is supported. | ||
default: [] | ||
|
||
MachineConfiguration: | ||
type: object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters