Skip to content

Commit 34be9d0

Browse files
authored
adding virtiofs (#1010)
1 parent 33b1012 commit 34be9d0

File tree

37 files changed

+1066
-731
lines changed

37 files changed

+1066
-731
lines changed

api/services/microvm/v1alpha1/microvms.pb.go

Lines changed: 35 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/services/microvm/v1alpha1/microvms.pb.gw.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/services/microvm/v1alpha1/microvms.swagger.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,11 @@
516516
"properties": {
517517
"containerSource": {
518518
"type": "string",
519-
"description": "Container is used to specify a source of a volume as a OCI container.\n\nTODO: add CSI"
519+
"description": "Container is used to specify a source of a volume as a OCI container."
520+
},
521+
"virtiofsSource": {
522+
"type": "string",
523+
"title": "Used for the virtiofs source path"
520524
}
521525
},
522526
"description": "VolumeSource is the source of a volume. Based loosely on the volumes in Kubernetes Pod specs."

0 commit comments

Comments
 (0)