...

Source file src/github.com/Microsoft/hcsshim/internal/hcs/schema2/container.go

Documentation: github.com/Microsoft/hcsshim/internal/hcs/schema2

     1  /*
     2   * HCS API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 2.1
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package hcsschema
    11  
    12  type Container struct {
    13  	GuestOs *GuestOs `json:"GuestOs,omitempty"`
    14  
    15  	Storage *Storage `json:"Storage,omitempty"`
    16  
    17  	MappedDirectories []MappedDirectory `json:"MappedDirectories,omitempty"`
    18  
    19  	MappedPipes []MappedPipe `json:"MappedPipes,omitempty"`
    20  
    21  	Memory *Memory `json:"Memory,omitempty"`
    22  
    23  	Processor *Processor `json:"Processor,omitempty"`
    24  
    25  	Networking *Networking `json:"Networking,omitempty"`
    26  
    27  	HvSocket *HvSocket `json:"HvSocket,omitempty"`
    28  
    29  	ContainerCredentialGuard *ContainerCredentialGuardState `json:"ContainerCredentialGuard,omitempty"`
    30  
    31  	RegistryChanges *RegistryChanges `json:"RegistryChanges,omitempty"`
    32  
    33  	AssignedDevices []Device `json:"AssignedDevices,omitempty"`
    34  
    35  	AdditionalDeviceNamespace *ContainerDefinitionDevice `json:"AdditionalDeviceNamespace,omitempty"`
    36  }
    37  

View as plain text