client-gok8s.io/client-go/pkg/api

Imports of package api

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/ugorji/go/codecPackage codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binc, msgpack, cbor, json.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
k8s.io/client-go/pkg/api/meta
k8s.io/client-go/pkg/api/meta/metatypes
k8s.io/client-go/pkg/api/resource
k8s.io/client-go/pkg/api/unversioned
k8s.io/client-go/pkg/auth/user
k8s.io/client-go/pkg/conversion
k8s.io/client-go/pkg/fields
k8s.io/client-go/pkg/labels
k8s.io/client-go/pkg/runtime
k8s.io/client-go/pkg/runtime/serializer
k8s.io/client-go/pkg/selection
k8s.io/client-go/pkg/types
k8s.io/client-go/pkg/util/intstr
k8s.io/client-go/pkg/util/labels
k8s.io/client-go/pkg/util/rand
k8s.io/client-go/pkg/util/sets
k8s.io/client-go/pkg/util/uuid
k8s.io/client-go/pkg/util/validation/field
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.