package watch
import "k8s.io/kubernetes/pkg/watch"
Package watch only exists until heapster rebases TODO genericapiserver remove this empty package. Godep fails without this because heapster relies on this package. This will allow us to start splitting packages, but will force heapster to update on their next kube rebase.
Index ¶
Source Files ¶
doc.go
Directories ¶
Path | Synopsis |
---|---|
pkg/watch/json | Package json implements a simple encoder and decoder for streams of watch events over io.Writer/Readers |
pkg/watch/versioned | Package versioned exists solely to make godep happy; it will be removed when all external dependencies that rely on this package are updated to use its new location. |
Tools for package owners.