| errors | Package errors implements functions to manipulate errors. |
| github.com/googleapis/gnostic/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/gregjones/httpcache/diskcache | Package diskcache provides an implementation of httpcache.Cache that uses the diskv package to supplement an in-memory map with persistent storage |
| github.com/peterbourgon/diskv | |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| k8s.io/apimachinery/pkg/apis/meta/v1 | |
| k8s.io/apimachinery/pkg/runtime | |
| k8s.io/apimachinery/pkg/version | |
| k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
| k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
| k8s.io/client-go/rest | |
| k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| 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. |