//
pkg.gl
Category
github.com/kubernetes/client-go
rest
watch
package
11.0.0+incompatible
Repository:
https://github.com/kubernetes/client-go.git
Documentation:
pkg.go.dev
Versions
9
Dependencies
6
Dependents
0
Files
71 SLOC
#
Functions
NewDecoder
NewDecoder creates an Decoder for the given writer and codec.
NewEncoder
#
Structs
Decoder
Decoder implements the watch.Decoder interface for io.ReadClosers that have contents which consist of a series of watchEvent objects encoded with the given streaming decoder.
Encoder
Encoder serializes watch.Events into io.Writer.