mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 18:40:53 +00:00
feat: remove several types in runtime serializer
This commit is contained in:
parent
0f2b01ab33
commit
7a83d78709
@ -268,7 +268,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
|
|
||||||
|
@ -230,11 +230,3 @@ func (c *codec) Encode(obj runtime.Object, w io.Writer) error {
|
|||||||
// Conversion is responsible for setting the proper group, version, and kind onto the outgoing object
|
// Conversion is responsible for setting the proper group, version, and kind onto the outgoing object
|
||||||
return c.encoder.Encode(out, w)
|
return c.encoder.Encode(out, w)
|
||||||
}
|
}
|
||||||
|
|
||||||
// DirectEncoder was moved and renamed to runtime.WithVersionEncoder in 1.15.
|
|
||||||
// TODO: remove in 1.16.
|
|
||||||
type DirectEncoder = runtime.WithVersionEncoder
|
|
||||||
|
|
||||||
// DirectDecoder was moved and renamed to runtime.WithoutVersionDecoder in 1.15.
|
|
||||||
// TODO: remove in 1.16.
|
|
||||||
type DirectDecoder = runtime.WithoutVersionDecoder
|
|
||||||
|
Loading…
Reference in New Issue
Block a user