Commit 92a42988 authored by Andy Goldstein's avatar Andy Goldstein

Fix cadvisor_unsupported.go build tags

Make it so cadvisor_unsupported.go is used for linux without cgo or non-linux/windows OSes.
parent 1cee8c45
// +build !linux,!windows
// +build !linux,!windows linux,!cgo
/*
Copyright 2015 The Kubernetes Authors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment