summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go
deleted file mode 100644
index ba7a6b396..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go
+++ /dev/null
@@ -1,29 +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
-
-import (
- "time"
-)
-
-// Runtime statistics for a container
-type Statistics struct {
- Timestamp time.Time `json:"Timestamp,omitempty"`
-
- ContainerStartTime time.Time `json:"ContainerStartTime,omitempty"`
-
- Uptime100ns uint64 `json:"Uptime100ns,omitempty"`
-
- Processor *ProcessorStats `json:"Processor,omitempty"`
-
- Memory *MemoryStats `json:"Memory,omitempty"`
-
- Storage *StorageStats `json:"Storage,omitempty"`
-}