summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go30
1 files changed, 0 insertions, 30 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go
deleted file mode 100644
index bcfeb34d5..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go
+++ /dev/null
@@ -1,30 +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 Attachment struct {
- Type_ string `json:"Type,omitempty"`
-
- Path string `json:"Path,omitempty"`
-
- IgnoreFlushes bool `json:"IgnoreFlushes,omitempty"`
-
- CachingMode string `json:"CachingMode,omitempty"`
-
- NoWriteHardening bool `json:"NoWriteHardening,omitempty"`
-
- DisableExpansionOptimization bool `json:"DisableExpansionOptimization,omitempty"`
-
- IgnoreRelativeLocator bool `json:"IgnoreRelativeLocator,omitempty"`
-
- CaptureIoAttributionContext bool `json:"CaptureIoAttributionContext,omitempty"`
-
- ReadOnly bool `json:"ReadOnly,omitempty"`
-}