| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| 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/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
| 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/api/errors | |
| 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/apimachinery/pkg/util/sets | |
| k8s.io/apimachinery/pkg/version | |
| k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
| k8s.io/client-go/rest | |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| 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. |
| 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. |