Imports of package apiserver

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
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/latest
k8s.io/kubernetes/pkg/api/meta
k8s.io/kubernetes/pkg/api/rest
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/apiserver/metrics
k8s.io/kubernetes/pkg/auth/authorizer
k8s.io/kubernetes/pkg/auth/authorizer/abacPackage abac authorizes Kubernetes API actions using an Attribute-based access control scheme.
k8s.io/kubernetes/pkg/auth/authorizer/union
k8s.io/kubernetes/pkg/conversion
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/healthz
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/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/proxy
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/strategicpatch
k8s.io/kubernetes/pkg/util/wsstream
k8s.io/kubernetes/pkg/version
k8s.io/kubernetes/pkg/watch
k8s.io/kubernetes/pkg/watch/json
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
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.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.