start the apimachinery repo

This commit is contained in:
deads2k
2017-01-11 09:09:48 -05:00
parent 98acd800da
commit 6a4d5cd7cc
2853 changed files with 51100 additions and 9519 deletions

0
pkg/runtime/.readonly Normal file
View File

View File

@@ -36,6 +36,7 @@ go_library(
"//pkg/runtime/schema:go_default_library",
"//pkg/util/errors:go_default_library",
"//vendor:github.com/gogo/protobuf/proto",
"//vendor:k8s.io/apimachinery/pkg/conversion",
],
)

View File

View File

View File

View File

View File

@@ -21,7 +21,7 @@ limitations under the License.
package runtime
import (
conversion "k8s.io/kubernetes/pkg/conversion"
conversion "k8s.io/apimachinery/pkg/conversion"
reflect "reflect"
)