vendor: Bump hcsshim to 0.9.0
This change bumps hcsshim to 0.9.0. Main thing this tag contains is support for Kubernetes Host Process containers See: https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/ Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
		
							
								
								
									
										7
									
								
								vendor/google.golang.org/appengine/internal/api.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								vendor/google.golang.org/appengine/internal/api.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -58,8 +58,11 @@ var ( | ||||
|  | ||||
| 	apiHTTPClient = &http.Client{ | ||||
| 		Transport: &http.Transport{ | ||||
| 			Proxy: http.ProxyFromEnvironment, | ||||
| 			Dial:  limitDial, | ||||
| 			Proxy:               http.ProxyFromEnvironment, | ||||
| 			Dial:                limitDial, | ||||
| 			MaxIdleConns:        1000, | ||||
| 			MaxIdleConnsPerHost: 10000, | ||||
| 			IdleConnTimeout:     90 * time.Second, | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Canter
					Daniel Canter