summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
authorCongrool <chpzhangyifei@qq.com>2022-04-05 17:14:20 +0800
committerCongrool <chpzhangyifei@zju.edu.cn>2022-05-19 17:08:58 +0800
commit60e540a47345585110706ff0c27e1b0ad4f1b9e4 (patch)
tree049da8b4dde6fc836c3368b4f1b20e34fec37fcf /hack/lib
parentinit edgeapplication (diff)
downloadkubeedge-60e540a47345585110706ff0c27e1b0ad4f1b9e4.tar.gz
controller manager fix
Signed-off-by: Congrool <chpzhangyifei@qq.com> Signed-off-by: Congrool <chpzhangyifei@zju.edu.cn>
Diffstat (limited to 'hack/lib')
-rwxr-xr-xhack/lib/golang.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh
index 7d4717050..deda28e7d 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -174,6 +174,7 @@ ALL_BINARIES_AND_TARGETS=(
csidriver:cloud/cmd/csidriver
iptablesmanager:cloud/cmd/iptablesmanager
edgemark:edge/cmd/edgemark
+ controllermanager:cloud/cmd/controllermanager
)
kubeedge::golang::get_target_by_binary() {