crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/go-etcd/etcd | |
github.com/coreos/go-systemd/daemon | Package daemon provides a Go implementation of the sd_notify protocol. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/kubernetes/pkg/admission | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/latest | |
k8s.io/kubernetes/pkg/api/meta | |
k8s.io/kubernetes/pkg/api/util | |
k8s.io/kubernetes/pkg/apiserver | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/cloudprovider | |
k8s.io/kubernetes/pkg/cloudprovider/providers | |
k8s.io/kubernetes/pkg/master | |
k8s.io/kubernetes/pkg/master/ports | |
k8s.io/kubernetes/pkg/storage | |
k8s.io/kubernetes/pkg/tools | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/plugin/pkg/admission/admit | |
k8s.io/kubernetes/plugin/pkg/admission/deny | |
k8s.io/kubernetes/plugin/pkg/admission/exec | |
k8s.io/kubernetes/plugin/pkg/admission/initialresources | |
k8s.io/kubernetes/plugin/pkg/admission/limitranger | |
k8s.io/kubernetes/plugin/pkg/admission/namespace/autoprovision | |
k8s.io/kubernetes/plugin/pkg/admission/namespace/exists | |
k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle | |
k8s.io/kubernetes/plugin/pkg/admission/resourcequota | |
k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny | |
k8s.io/kubernetes/plugin/pkg/admission/serviceaccount | Package serviceaccount enforces all pods having an associated serviceaccount, and all containers mounting the API token for that serviceaccount at a known location |
k8s.io/kubernetes/third_party/forked/coreos/go-etcd/etcd | |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |