Move pkg/api/v1/ref -> client-go/tools/reference

This commit is contained in:
Dr. Stefan Schimanski
2017-07-18 16:00:51 +02:00
parent 08d9893998
commit 5925a0a1df
30 changed files with 27 additions and 182 deletions

View File

@@ -20,8 +20,8 @@ import (
"fmt"
"k8s.io/api/core/v1"
ref "k8s.io/client-go/tools/reference"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/v1/ref"
)
var ImplicitContainerPrefix string = "implicitly required container "