Imports of package framework

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-openapi/spec
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/pborman/uuidThe uuid package generates and inspects UUIDs.
hash/adler32Package adler32 implements the Adler-32 checksum.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/api/apps/v1beta1
k8s.io/api/autoscaling/v1
k8s.io/api/certificates/v1beta1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/api/extensions/v1beta1
k8s.io/api/rbac/v1alpha1
k8s.io/api/storage/v1
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/apimachinery/pkg/runtime/schema
k8s.io/apimachinery/pkg/runtime/serializer/versioning
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/apiserver/pkg/authentication/authenticator
k8s.io/apiserver/pkg/authentication/authenticatorfactory
k8s.io/apiserver/pkg/authentication/request/union
k8s.io/apiserver/pkg/authentication/userPackage user contains utilities for dealing with simple user exchange in the auth packages.
k8s.io/apiserver/pkg/authorization/authorizer
k8s.io/apiserver/pkg/authorization/authorizerfactory
k8s.io/apiserver/pkg/authorization/unionPackage union implements an authorizer that combines multiple subauthorizer.
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/optionspackage options is the public flags and options used by a generic api server.
k8s.io/apiserver/pkg/server/storagePackage storage contains the plumbing to setup the etcd storage of the apiserver.
k8s.io/apiserver/pkg/storage/storagebackend
k8s.io/client-go/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/kubernetes/pkg/api/legacyscheme
k8s.io/kubernetes/pkg/api/testapi
k8s.io/kubernetes/pkg/apis/batch
k8s.io/kubernetes/pkg/apis/policy/v1beta1Package policy is for any kind of policy object.
k8s.io/kubernetes/pkg/generated/openapiopenapi generated definitions.
k8s.io/kubernetes/pkg/kubelet/client
k8s.io/kubernetes/pkg/master
k8s.io/kubernetes/pkg/util/env
k8s.io/kubernetes/pkg/version
k8s.io/kubernetes/plugin/pkg/admission/admit
k8s.io/kubernetes/test/e2e/frameworkPackage framework contains provider-independent helper code for building and running E2E tests with Ginkgo.
k8s.io/kubernetes/test/utils
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/httptestPackage httptest provides utilities for HTTP testing.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.