mirror of
https://github.com/moby/moby.git
synced 2026-08-07 16:41:50 +00:00
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
20 lines
613 B
Go
20 lines
613 B
Go
// Autogenerated code; DO NOT EDIT.
|
|
|
|
/*
|
|
* Schema Open 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 Numa struct {
|
|
VirtualNodeCount uint8 `json:"VirtualNodeCount,omitempty"`
|
|
PreferredPhysicalNodes []int64 `json:"PreferredPhysicalNodes,omitempty"`
|
|
Settings []NumaSetting `json:"Settings,omitempty"`
|
|
MaxSizePerNode uint64 `json:"MaxSizePerNode,omitempty"`
|
|
}
|