Imports of package apiserver

PathSynopsis
bitbucket.org/ww/goautoneg
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/emicklei/go-restfulPackage restful , a lean package for creating REST-style WebServices without magic.
github.com/evanphx/json-patch
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
golang.org/x/net/websocketPackage websocket implements a client and server for the WebSocket protocol as specified in RFC 6455.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/kubernetes/pkg/admission
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/meta
k8s.io/kubernetes/pkg/api/rest
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/apiserver/metrics
k8s.io/kubernetes/pkg/apiserver/request
k8s.io/kubernetes/pkg/conversion
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/httplog
k8s.io/kubernetes/pkg/probePackage probe contains utilities for health probing, as well as health status information.
k8s.io/kubernetes/pkg/probe/http
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/runtime/serializer/streaming
k8s.io/kubernetes/pkg/storage
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/errors
k8s.io/kubernetes/pkg/util/flushwriter
k8s.io/kubernetes/pkg/util/httpstream
k8s.io/kubernetes/pkg/util/net
k8s.io/kubernetes/pkg/util/proxy
k8s.io/kubernetes/pkg/util/runtime
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/strategicpatch
k8s.io/kubernetes/pkg/util/strings
k8s.io/kubernetes/pkg/util/wsstream
k8s.io/kubernetes/pkg/version
k8s.io/kubernetes/pkg/watch
k8s.io/kubernetes/pkg/watch/versioned
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
mimePackage mime implements parts of the MIME spec.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
net/urlPackage url parses URLs and implements query escaping.
pathPackage path implements utility routines for manipulating slash-separated paths.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.