File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ type SolarisAnet struct {
433
433
type Windows struct {
434
434
// LayerFolders contains a list of absolute paths to directories containing image layers.
435
435
LayerFolders []string `json:"layerFolders"`
436
- // Devices are a list of interface class GUIDs for which device objects need to be mapped into the container.
436
+ // Devices are the list of devices to be mapped into the container.
437
437
Devices []WindowsDevice `json:"devices,omitempty"`
438
438
// Resources contains information for handling resource constraints for the container.
439
439
Resources * WindowsResources `json:"resources,omitempty"`
@@ -452,9 +452,9 @@ type Windows struct {
452
452
// WindowsDevice represents information about a host device to be mapped into the container.
453
453
type WindowsDevice struct {
454
454
// Device identifier: interface class GUID, etc.
455
- Id string `json:"id"`
455
+ ID string `json:"id"`
456
456
// Device identifier type: "class", etc.
457
- IdType string `json:"id_type"`
457
+ IDType string `json:"id_type"`
458
458
}
459
459
460
460
// WindowsResources has container runtime resource constraints for containers running on Windows.
You can’t perform that action at this time.
0 commit comments