kubernetes/pkg/kubelet/eviction
Kubernetes Submit Queue 0554520495 Merge pull request #50938 from cblecker/threshold-crossbuild
Automatic merge from submit-queue (batch tested with PRs 51666, 49829, 51058, 51004, 50938)

Fix threshold notifier build tags

**What this PR does / why we need it**:
Cross building from darwin is currently broken on the following error:
```
# k8s.io/kubernetes/pkg/kubelet/eviction
pkg/kubelet/eviction/threshold_notifier_unsupported.go:25: NewMemCGThresholdNotifier redeclared in this block
        previous declaration at pkg/kubelet/eviction/threshold_notifier_linux.go:38
```
It looks like #49300 broke the build tags introduced in #38630 and #37384. This fixes the build tag on `threshold_notifier_unsupported.go` as the cgo requirement was removed from `threshold_notifier_linux.go`.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50935

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```
2017-09-02 22:52:11 -07:00
..
api Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Change eviction policy to manage one single local storage resource 2017-08-26 05:14:49 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
eviction_manager_test.go Merge pull request #48976 from supereagle/cleanup-api-package 2017-07-25 12:14:38 -07:00
eviction_manager.go Merge pull request #51490 from NickrenREN/eviction-podLocalEphemeralStorageUsage 2017-09-01 00:11:17 -07:00
helpers_test.go Merge pull request #48846 from dashpole/remove_ood 2017-07-24 23:05:50 -07:00
helpers.go Fix pod local ephemeral storage usage 2017-08-30 13:53:54 +08:00
OWNERS Update OWNERS approvers and reviewers: pkg/kubelet 2017-01-18 10:27:11 -08:00
threshold_notifier_linux.go Use Eventfd() from x/sys/unix 2017-07-21 12:14:50 +02:00
threshold_notifier_unsupported.go Fix threshold notifier build tags 2017-08-18 15:54:31 -07:00
types.go Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00