4 lines
149 B
Go
4 lines
149 B
Go
// Package api implements HTTP handlers for handling requests that the kubelet
|
|
// would normally implement, such as pod logs, exec, etc.
|
|
package api
|