This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` swagger generate model -f ./firecracker-experimental.yaml --model-package=client/models --client-package=client swagger generate client -f ./firecracker-experimental.yaml --model-package=client/models --client-package=client ``` Signed-off-by: Manohar Castelino <[email protected]>
- Loading branch information
1 parent
289df4d
commit 1e9e00a
Showing
48 changed files
with
6,268 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
This directory and sub directories contain generated code. | ||
|
||
The code is generated via go-swagger | ||
|
||
https://github.com/go-swagger/go-swagger#licensing | ||
|
||
``` | ||
swagger generate model -f ./firecracker-experimental.yaml --model-package=client/models --client-package=client | ||
swagger generate client -f ./firecracker-experimental.yaml --model-package=client/models --client-package=client | ||
``` | ||
|
||
``` | ||
The toolkit itself is licensed as Apache Software License 2.0. Just like swagger, this does not cover code generated by the toolkit. | ||
That code is entirely yours to license however you see fit. | ||
``` | ||
|
||
The generated code is also licensed under Apache Software License 2.0 |
117 changes: 117 additions & 0 deletions
117
virtcontainers/pkg/firecracker/client/firecracker_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
67 changes: 67 additions & 0 deletions
67
virtcontainers/pkg/firecracker/client/models/boot_source.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
63 changes: 63 additions & 0 deletions
63
virtcontainers/pkg/firecracker/client/models/cpu_template.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.