| 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. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/api/meta | |
| k8s.io/apimachinery/pkg/apis/meta/v1 | |
| k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
| k8s.io/apimachinery/pkg/conversion/queryparams | |
| k8s.io/apimachinery/pkg/runtime | |
| k8s.io/apimachinery/pkg/runtime/schema | |
| k8s.io/apimachinery/pkg/runtime/serializer | |
| k8s.io/apimachinery/pkg/types | |
| k8s.io/apimachinery/pkg/watch | |
| k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
| k8s.io/client-go/pkg/api/v1 | |
| k8s.io/client-go/rest | |
| k8s.io/client-go/util/flowcontrol | |
| net/url | Package url parses URLs and implements query escaping. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |