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

@@ -20,8 +20,8 @@ import (
"io/ioutil"
"strings"
"k8s.io/apiserver/pkg/util/flag"
"k8s.io/kubernetes/pkg/util"
"k8s.io/kubernetes/pkg/util/flag"
"github.com/spf13/pflag"
)