aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-23 17:04:40 +0100
committerGitHub <noreply@github.com>2020-12-23 17:04:40 +0100
commit8544bb57fe5e9222509827a7f5aa648516b9cd98 (patch)
tree2dcda2b058ca07b180ea1f017933c57dca033af8 /vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go
parent0778c114d3001bdd4f40fe46283457481d983b64 (diff)
parent057faea5c185d24cda40d310b0a80763ee46f4cc (diff)
downloadpodman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.gz
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.tar.bz2
podman-8544bb57fe5e9222509827a7f5aa648516b9cd98.zip
Merge pull request #8813 from containers/dependabot/go_modules/github.com/containers/storage-1.24.4
Bump github.com/containers/storage from 1.24.3 to 1.24.4
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go
new file mode 100644
index 000000000..1384ed888
--- /dev/null
+++ b/vendor/github.com/Microsoft/hcsshim/internal/schema2/modification_request.go
@@ -0,0 +1,15 @@
+/*
+ * HCS API
+ *
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
+ *
+ * API version: 2.4
+ * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
+ */
+
+package hcsschema
+
+type ModificationRequest struct {
+ PropertyType PropertyType `json:"PropertyType,omitempty"`
+ Settings interface{} `json:"Settings,omitempty"`
+}