mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Fix function comment typo
This commit is contained in:
parent
eae38bbe9e
commit
7ed44ffad1
@ -150,7 +150,7 @@ type NegotiatedSerializer interface {
|
|||||||
// EncoderForVersion returns an encoder that ensures objects being written to the provided
|
// EncoderForVersion returns an encoder that ensures objects being written to the provided
|
||||||
// serializer are in the provided group version.
|
// serializer are in the provided group version.
|
||||||
EncoderForVersion(serializer Encoder, gv GroupVersioner) Encoder
|
EncoderForVersion(serializer Encoder, gv GroupVersioner) Encoder
|
||||||
// DecoderForVersion returns a decoder that ensures objects being read by the provided
|
// DecoderToVersion returns a decoder that ensures objects being read by the provided
|
||||||
// serializer are in the provided group version by default.
|
// serializer are in the provided group version by default.
|
||||||
DecoderToVersion(serializer Decoder, gv GroupVersioner) Decoder
|
DecoderToVersion(serializer Decoder, gv GroupVersioner) Decoder
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user