tools/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
tools/auth | Package auth defines a file format for holding authentication information needed by clients of Kubernetes. |
tools/auth/exec | Package exec contains helper utilities for exec credential plugins. |
tools/cache | Package cache is a client-side caching mechanism. |
tools/cache/synctrack | Package synctrack contains utilities for helping controllers track whether they are "synced" or not, that is, whether they have processed all items from the informer's initial list. |
tools/cache/testing | |
tools/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. |
tools/clientcmd/api | |
tools/clientcmd/api/latest | |
tools/clientcmd/api/v1 | |
tools/events | Package events has all client logic for recording and reporting "k8s.io/api/events/v1".Event events. |
tools/internal | |
tools/leaderelection | Package leaderelection implements leader election of a set of endpoints. |
tools/leaderelection/resourcelock | |
tools/metrics | Package metrics provides abstractions for registering which metrics to record. |
tools/pager | |
tools/portforward | Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. |
tools/record | Package record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events. |
tools/record/util | |
tools/reference | |
tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
tools/watch |
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 3 hours ago –
Tools for package owners.