//
pkg.gl
Category
k8s.io/client-go
rest
watch
package
12.0.0+incompatible
Repository:
https://github.com/kubernetes/client-go.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
6
Dependents
1.1k
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.