Move openapi common code to genericapiserver/openapi/common

This commit is contained in:
mbohlool
2016-09-21 14:42:15 -07:00
parent 38b2567d8b
commit c25ecc43ab
11 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ import (
"github.com/go-openapi/spec"
inf "gopkg.in/inf.v0"
"k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators/common"
"k8s.io/kubernetes/pkg/genericapiserver/openapi/common"
)
// Quantity is a fixed-point representation of a number.