containerd/integration/remote
Danny Canter 9ecfac7f6a Integration: Change to grpc.NewClient
Fun times: In grpc 1.63 grpc.Dial and a few of the options we use (WithBlock) are
deprecated in favor of the no-IO variant NewClient. The uses in the integration tests
should be easy to swap however as they don't use WithBlock anyways, so that's what this
change aims to do. This also removes some context.WithTimeout's as I don't see anywhere
the context is actually used in Dial if you don't also specify WithBlock (and it's
especially not used now with NewClient as it doesn't even take in a context).

Signed-off-by: Danny Canter <danny@dcantah.dev>
2024-05-07 17:13:15 -07:00
..
util Integration: Change to grpc.NewClient 2024-05-07 17:13:15 -07:00
doc.go Add copyright headers 2020-06-22 14:49:13 -04:00
remote_image.go Integration: Change to grpc.NewClient 2024-05-07 17:13:15 -07:00
remote_runtime.go Integration: Change to grpc.NewClient 2024-05-07 17:13:15 -07:00
utils.go error strings should not be capitalized 2023-02-15 14:30:36 +08:00