| bytes | Package bytes implements functions for the manipulation of byte slices. |
| crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
| 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/google/gnostic-models/openapiv2 | |
| github.com/gregjones/httpcache | Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses. |
| github.com/peterbourgon/diskv | |
| 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/version | Package version supplies the type for version information. |
| k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
| k8s.io/client-go/discovery/cached/memory | |
| k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
| k8s.io/client-go/openapi | |
| k8s.io/client-go/openapi/cached | |
| k8s.io/client-go/rest | |
| k8s.io/klog/v2 | |
| net/http | Package http provides HTTP client and server implementations. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |