| bytes | Package bytes implements functions for the manipulation of byte slices. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
| crypto/x509 | Package x509 implements a subset of the X.509 standard. |
| encoding/pem | Package pem implements the PEM data encoding, which originated in Privacy Enhanced Mail. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/go-logr/logr | Package logr defines a general-purpose logging API and abstract interfaces to back that API. |
| golang.org/x/oauth2 | |
| k8s.io/apimachinery/pkg/util/net | |
| k8s.io/apimachinery/pkg/util/runtime | |
| k8s.io/apimachinery/pkg/util/wait | |
| k8s.io/client-go/features | |
| k8s.io/client-go/tools/metrics | Package metrics provides abstractions for registering which metrics to record. |
| k8s.io/client-go/util/connrotation | Package connrotation implements a connection dialer that tracks and can close all created connections. |
| k8s.io/client-go/util/workqueue | Package workqueue provides a simple queue that supports the following features: |
| k8s.io/klog/v2 | Package klog contains the following functionality: |
| k8s.io/utils/clock | |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| net/http | Package http provides HTTP client and server implementations. |
| net/http/httptrace | Package httptrace provides mechanisms to trace the events within HTTP client requests. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |
| weak | Package weak provides ways to safely reference memory weakly, that is, without preventing its reclamation. |