Merge pull request #79263 from draveness/feature/remove-types-in-serializer

feat: remove several types in runtime serializer
This commit is contained in:
Kubernetes Prow Robot 2019-08-12 20:11:38 -07:00 committed by GitHub
commit c2286aa9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,3 @@ func (f WithoutConversionCodecFactory) DecoderToVersion(serializer runtime.Decod
Decoder: serializer, Decoder: serializer,
} }
} }
// DirectCodecFactory was renamed to WithoutConversionCodecFactory in 1.15.
// TODO: remove in 1.16.
type DirectCodecFactory = WithoutConversionCodecFactory