# Packages
Package auth defines a file format for holding authentication
information needed by clients of Kubernetes.
Package clientcmd provides one stop shopping for building a working client from a fixed config,
from a .kubeconfig file, from command line flags, or from any merged combination.
Package events has all client logic for recording and reporting "github.com/yubo/golib/api/events/v1".Event events.
Package metrics provides abstractions for registering which metrics to record.
Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers.
Package record has all client logic for recording and reporting "github.com/yubo/golib/api".Event events.
No description provided by the author
Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.