| 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. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| golang.org/x/crypto/ssh/terminal | Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/apis/meta/v1 | |
| k8s.io/apimachinery/pkg/runtime | |
| k8s.io/apimachinery/pkg/runtime/schema | |
| k8s.io/apimachinery/pkg/runtime/serializer | |
| k8s.io/apimachinery/pkg/util/runtime | |
| k8s.io/client-go/pkg/apis/clientauthentication | |
| k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 | |
| k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 | |
| k8s.io/client-go/tools/clientcmd/api | |
| k8s.io/client-go/transport | |
| k8s.io/client-go/util/connrotation | Package connrotation implements a connection dialer that tracks and can close all created connections. |
| k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| 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. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| os/exec | Package exec runs external commands. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |