kubernetesk8s.io/kubernetes/pkg/client Directories

client/ directory

Directories

PathSynopsis
pkg/client/cachePackage cache is a client-side caching mechanism.
pkg/client/chaosclientPackage chaosclient makes it easy to simulate network latency, misbehaving servers, and random errors from servers.
pkg/client/metricsPackage metrics provides utilities for registering client metrics to Prometheus.
pkg/client/recordPackage record has all client logic for recording and reporting events.
pkg/client/unversionedPackage client contains the implementation of the client side communication with the Kubernetes master.
pkg/client/unversioned/authPackage auth defines a file format for holding authentication information needed by clients of Kubernetes.
pkg/client/unversioned/clientcmdPackage 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.
pkg/client/unversioned/clientcmd/api
pkg/client/unversioned/clientcmd/api/latest
pkg/client/unversioned/clientcmd/api/v1
pkg/client/unversioned/fakeThis is made a separate package and should only be imported by tests, because it imports testapi
pkg/client/unversioned/portforwardPackage portforward adds support for SSH-like port forwarding from the client's local host to remote containers.
pkg/client/unversioned/remotecommandPackage remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
pkg/client/unversioned/testclient
Version
v1.1.4-beta.0
Published
Dec 7, 2015
Platform
js/wasm
Last checked
4 minutes ago

Tools for package owners.