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. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/davecgh/go-spew/spew | Package spew implements a deep pretty printer for Go data structures to aid in debugging. |
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 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/runtime/serializer | |
k8s.io/apimachinery/pkg/util/clock | |
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/tools/metrics | Package metrics provides abstractions for registering which metrics to record. |
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/v2 | Package klog contains the following functionality: |
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. |
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. |