mirror of
https://github.com/rancher/plugins.git
synced 2025-09-04 23:24:22 +00:00
go.mod github.com/Microsoft/hcsshim v0.8.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
3
vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go
generated
vendored
3
vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go
generated
vendored
@@ -10,6 +10,5 @@
|
||||
package hcsschema
|
||||
|
||||
type Memory struct {
|
||||
|
||||
SizeInMB int32 `json:"SizeInMB,omitempty"`
|
||||
SizeInMB uint64 `json:"SizeInMB,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user