From 79d600104db1c967c1fb6ad8fdcc4a2fb1261efa Mon Sep 17 00:00:00 2001 From: Evan Sheng Date: Thu, 10 Jun 2021 12:54:17 -0700 Subject: [PATCH] fix email --- cluster-autoscaler/proposals/expander-plugin-grpc.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster-autoscaler/proposals/expander-plugin-grpc.md b/cluster-autoscaler/proposals/expander-plugin-grpc.md index b069f90b8b33..21fb29f1745f 100644 --- a/cluster-autoscaler/proposals/expander-plugin-grpc.md +++ b/cluster-autoscaler/proposals/expander-plugin-grpc.md @@ -32,7 +32,6 @@ The gRPC server must implement the API of the [expander strategy interface](http type Strategy interface { BestOption(options []Option, nodeInfo map[string]*schedulerframework.NodeInfo) *Option } - ``` The gRPC service, running as an external pod, is defined below: