summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go20
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go
deleted file mode 100644
index f5b7f3e38..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * HCS API
- *
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
- *
- * API version: 2.1
- * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
- */
-
-package hcsschema
-
-type VirtualPMemController struct {
- Devices map[string]VirtualPMemDevice `json:"Devices,omitempty"`
-
- MaximumCount uint32 `json:"MaximumCount,omitempty"`
-
- MaximumSizeBytes uint64 `json:"MaximumSizeBytes,omitempty"`
-
- Backing string `json:"Backing,omitempty"`
-}