Revendor github.com/Microsoft/hcsshim
1. Revendors github.com/Microsoft/hcsshim to the latest known good commit. This includes numerous bug fixes and improvements. 2. Vendors indirect dependency on go.opencensus.io since hcsshim now uses trace correlation. Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -10,14 +10,13 @@ | ||||
| package hcsschema | ||||
|  | ||||
| type ComputeSystem struct { | ||||
|  | ||||
| 	Owner string `json:"Owner,omitempty"` | ||||
|  | ||||
| 	SchemaVersion *Version `json:"SchemaVersion,omitempty"` | ||||
|  | ||||
| 	HostingSystemId string `json:"HostingSystemId,omitempty"` | ||||
|  | ||||
| 	HostedSystem *HostedSystem `json:"HostedSystem,omitempty"` | ||||
| 	HostedSystem interface{} `json:"HostedSystem,omitempty"` | ||||
|  | ||||
| 	Container *Container `json:"Container,omitempty"` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Justin Terry (VM)
					Justin Terry (VM)