From 8163afddd29900ec2cfc28af901bd2ac34933488 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 18 Aug 2017 15:52:59 -0700 Subject: [PATCH] Fix threshold notifier build tags This was preventing cross builds from darwin --- pkg/kubelet/eviction/threshold_notifier_unsupported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/eviction/threshold_notifier_unsupported.go b/pkg/kubelet/eviction/threshold_notifier_unsupported.go index f54d7eb513a..77a9b26cfc2 100644 --- a/pkg/kubelet/eviction/threshold_notifier_unsupported.go +++ b/pkg/kubelet/eviction/threshold_notifier_unsupported.go @@ -1,4 +1,4 @@ -// +build !linux !cgo +// +build !linux /* Copyright 2016 The Kubernetes Authors.