Move around some packages (#658)
* Move tracing exporter registration This doesn't belong in the library and should be configured by the consumer of the opencensus package. * Rename `vkublet` package to `node` `vkubelet` does not convey any information to the consumers of the package. Really it would be nice to move this package to the root of the repo, but then you wind up with... interesting... import semantics due to the repo name... and after thinking about it some, a subpackage is really not so bad as long as it has a name that convey's some information. `node` was chosen since this package deals with all the semantics of operating a node in Kubernetes.
This commit is contained in:
3
node/api/doc.go
Normal file
3
node/api/doc.go
Normal file
@@ -0,0 +1,3 @@
|
||||
// Package api implements HTTP handlers for handling requests that the kubelet
|
||||
// would normally implement, such as pod logs, exec, etc.
|
||||
package api
|
||||
Reference in New Issue
Block a user