pkg/util/flag: move to k8s.io/apiserver

This commit is contained in:
Dr. Stefan Schimanski
2017-01-23 15:46:05 +01:00
parent a6b2ebb50c
commit 82826ec273
41 changed files with 37 additions and 37 deletions

View File

@@ -18,8 +18,8 @@ package main
import (
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/apiserver/pkg/util/flag"
"k8s.io/kubernetes/examples/apiserver"
"k8s.io/kubernetes/pkg/util/flag"
"github.com/golang/glog"
"github.com/spf13/pflag"