mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #79263 from draveness/feature/remove-types-in-serializer
feat: remove several types in runtime serializer
This commit is contained in:
commit
c2286aa9bd
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user