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/clientset_generated | |
pkg/client/clientset_generated/release_1_1 | |
pkg/client/leaderelection | Package leaderelection implements leader election of a set of endpoints. |
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/transport | |
pkg/client/typed | |
pkg/client/typed/generated | |
pkg/client/typed/generated/extensions | |
pkg/client/typed/generated/extensions/unversioned | Package unversioned has the automatically generated clients for unversioned resources. |
pkg/client/typed/generated/legacy | |
pkg/client/typed/generated/legacy/unversioned | Package unversioned has the automatically generated clients for unversioned resources. |
pkg/client/unversioned | Package unversioned 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 | |
pkg/client/unversioned/testclient/simple |
- Version
- v1.2.0-alpha.6
- Published
- Jan 13, 2016
- Platform
- darwin/amd64
- Last checked
- 24 seconds ago –
Tools for package owners.