mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Merge pull request #24539 from smarterclayton/unify_stream_and_serial
Unify Streaming and normal Serializers
This commit is contained in:
@@ -29,9 +29,6 @@ var Scheme = runtime.NewScheme()
|
||||
// Codecs provides access to encoding and decoding for the scheme
|
||||
var Codecs = serializer.NewCodecFactory(Scheme)
|
||||
|
||||
// StreamCodecs provides access to streaming encoding and decoding for the scheme
|
||||
var StreamCodecs = serializer.NewStreamingCodecFactory(Scheme)
|
||||
|
||||
// GroupName is the group name use in this package
|
||||
const GroupName = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user