kubernetes/pkg/probe/grpc
Mikko Ylinen 2c8bfad910 grpc: move to use grpc.WithTransportCredentials()
v1.43.0 marked grpc.WithInsecure() deprecated so this commit moves to use
what is the recommended replacement:

grpc.WithTransportCredentials(insecure.NewCredentials())

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-05-30 21:41:47 +03:00
..
grpc_test.go
grpc.go grpc: move to use grpc.WithTransportCredentials() 2022-05-30 21:41:47 +03:00