Add runtime.ObjectConvertor to RESTMapper
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
// VersionInterfaces contains the interfaces one should use for dealing with types of a particular version.
|
||||
type VersionInterfaces struct {
|
||||
runtime.Codec
|
||||
runtime.ObjectConvertor
|
||||
MetadataAccessor
|
||||
}
|
||||
|
||||
@@ -86,6 +87,7 @@ type RESTMapping struct {
|
||||
Kind string
|
||||
|
||||
runtime.Codec
|
||||
runtime.ObjectConvertor
|
||||
MetadataAccessor
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user