kubernetes/pkg/kubelet/pluginmanager/operationexecutor
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
..
operation_executor_test.go Simplify unregistration of csiplugin 2020-04-13 15:04:52 -07:00
operation_executor.go Simplify unregistration of csiplugin 2020-04-13 15:04:52 -07:00
operation_generator.go grpc: move to use grpc.WithTransportCredentials() 2022-05-30 21:41:47 +03:00