client/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
pkg/client/cache | Package cache is a client-side caching mechanism. |
pkg/client/chaosclient | Package chaosclient makes it easy to simulate network latency, misbehaving servers, and random errors from servers. |
pkg/client/metrics | Package metrics provides utilities for registering client metrics to Prometheus. |
pkg/client/record | Package record has all client logic for recording and reporting events. |
pkg/client/unversioned | Package client contains the implementation of the client side communication with the Kubernetes master. |
pkg/client/unversioned/auth | Package auth defines a file format for holding authentication information needed by clients of Kubernetes. |
pkg/client/unversioned/clientcmd | 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. |
pkg/client/unversioned/clientcmd/api | |
pkg/client/unversioned/clientcmd/api/latest | |
pkg/client/unversioned/clientcmd/api/v1 | |
pkg/client/unversioned/fake | This is made a separate package and should only be imported by tests, because it imports testapi |
pkg/client/unversioned/portforward | Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. |
pkg/client/unversioned/remotecommand | Package 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.9-beta.0
- Published
- Feb 23, 2016
- Platform
- linux/amd64
- Last checked
- 4 minutes ago –
Tools for package owners.