start the apimachinery repo
This commit is contained in:
@@ -19,9 +19,9 @@ go_library(
|
||||
srcs = ["swagger_type_docs.go"],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
"//pkg/runtime:go_default_library",
|
||||
"//vendor:github.com/golang/glog",
|
||||
"//vendor:github.com/spf13/pflag",
|
||||
"//vendor:k8s.io/apimachinery/pkg/runtime",
|
||||
],
|
||||
)
|
||||
|
||||
|
@@ -21,7 +21,7 @@ import (
|
||||
"io"
|
||||
"os"
|
||||
|
||||
kruntime "k8s.io/kubernetes/pkg/runtime"
|
||||
kruntime "k8s.io/apimachinery/pkg/runtime"
|
||||
|
||||
"github.com/golang/glog"
|
||||
flag "github.com/spf13/pflag"
|
||||
|
Reference in New Issue
Block a user