start the apimachinery repo
This commit is contained in:
0
pkg/runtime/.readonly
Normal file
0
pkg/runtime/.readonly
Normal 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",
|
||||
],
|
||||
)
|
||||
|
||||
|
0
pkg/runtime/schema/.readonly
Normal file
0
pkg/runtime/schema/.readonly
Normal file
0
pkg/runtime/serializer/.readonly
Normal file
0
pkg/runtime/serializer/.readonly
Normal file
0
pkg/runtime/serializer/json/.readonly
Normal file
0
pkg/runtime/serializer/json/.readonly
Normal file
0
pkg/runtime/serializer/protobuf/.readonly
Normal file
0
pkg/runtime/serializer/protobuf/.readonly
Normal file
0
pkg/runtime/serializer/recognizer/.readonly
Normal file
0
pkg/runtime/serializer/recognizer/.readonly
Normal file
0
pkg/runtime/serializer/recognizer/testing/.readonly
Normal file
0
pkg/runtime/serializer/recognizer/testing/.readonly
Normal file
0
pkg/runtime/serializer/streaming/.readonly
Normal file
0
pkg/runtime/serializer/streaming/.readonly
Normal file
0
pkg/runtime/serializer/versioning/.readonly
Normal file
0
pkg/runtime/serializer/versioning/.readonly
Normal file
0
pkg/runtime/serializer/yaml/.readonly
Normal file
0
pkg/runtime/serializer/yaml/.readonly
Normal 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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user