github.com/go-openapi/spec | |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/pborman/uuid | The uuid package generates and inspects UUIDs. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/apimachinery/pkg/api/resource | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/runtime | Package 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/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
k8s.io/apiserver/pkg/authentication/authenticator | |
k8s.io/apiserver/pkg/authentication/authenticatorfactory | |
k8s.io/apiserver/pkg/authentication/request/union | |
k8s.io/apiserver/pkg/authentication/user | Package 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/union | Package union implements an authorizer that combines multiple subauthorizer. |
k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
k8s.io/apiserver/pkg/server/options | package options is the public flags and options used by a generic api server. |
k8s.io/apiserver/pkg/server/storage | Package storage contains the plumbing to setup the etcd storage of the apiserver. |
k8s.io/apiserver/pkg/storage/storagebackend | |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/record | Package record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/testapi | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/apis/apps/v1beta1 | |
k8s.io/kubernetes/pkg/apis/autoscaling/v1 | |
k8s.io/kubernetes/pkg/apis/batch | |
k8s.io/kubernetes/pkg/apis/certificates/v1beta1 | |
k8s.io/kubernetes/pkg/apis/extensions/v1beta1 | |
k8s.io/kubernetes/pkg/apis/policy/v1alpha1 | |
k8s.io/kubernetes/pkg/apis/rbac/v1alpha1 | |
k8s.io/kubernetes/pkg/apis/storage/v1 | |
k8s.io/kubernetes/pkg/client/clientset_generated/clientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/clientset/typed/core/v1 | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/controller/replication | Package replication contains logic for watching and synchronizing replication controllers. |
k8s.io/kubernetes/pkg/generated/openapi | openapi generated definitions. |
k8s.io/kubernetes/pkg/kubectl | Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. |
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/framework | Package framework contains provider-independent helper code for building and running E2E tests with Ginkgo. |
k8s.io/kubernetes/test/utils | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |