Use new kubenetes-incubator version of boilerplate

The boilerplate moved to
github.com/kuberntes-incubator/custom-metrics-apiserver, so we should
use that now.
This commit is contained in:
Solly Ross 2017-08-02 15:20:19 -04:00
parent 766cd07c3a
commit 703e9ecf09
7 changed files with 16 additions and 16 deletions

View file

@ -23,7 +23,7 @@ import (
"net/http"
"time"
"github.com/directxman12/custom-metrics-boilerplate/pkg/provider"
"github.com/kubernetes-incubator/custom-metrics-apiserver/pkg/provider"
pmodel "github.com/prometheus/common/model"
apierr "k8s.io/apimachinery/pkg/api/errors"
apimeta "k8s.io/apimachinery/pkg/api/meta"