build: golang.org/x/build/kubernetes Index | Files | Directories

Packages imported by kubernetes

PathSynopsis
bufioPackage bufio implements buffered I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/build/kubernetes/apiPackage api contains the Kubernetes v1 API types.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
golang.org/x/net/context/ctxhttpPackage ctxhttp provides helper functions for performing context-aware HTTP requests.
io/ioutilPackage ioutil implements some I/​O utility functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.