| bytes | Package bytes implements functions for the manipulation of byte slices. |
| encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
| 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/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
| github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
| go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
| go/doc | Package doc extracts source code documentation from a Go AST. |
| go/parser | Package parser implements a parser for Go source files. |
| go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/client-go/pkg/api/meta/metatypes | |
| k8s.io/client-go/pkg/api/unversioned | |
| k8s.io/client-go/pkg/conversion | |
| k8s.io/client-go/pkg/conversion/queryparams | |
| k8s.io/client-go/pkg/types | |
| k8s.io/client-go/pkg/util/errors | |
| k8s.io/client-go/pkg/util/json | |
| math | Package math provides basic constants and mathematical functions. |
| net/url | Package url parses URLs and implements query escaping. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |