flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/validation | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/apiserver/pkg/util/flag | |
k8s.io/apiserver/pkg/util/logs | |
k8s.io/kubernetes/pkg/apis/componentconfig | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/credentialprovider/azure | |
k8s.io/kubernetes/pkg/credentialprovider/gcp | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig | |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/scheme | |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/v1beta1 | |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig/validation | |
k8s.io/kubernetes/pkg/kubelet/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/master/ports | |
k8s.io/kubernetes/pkg/util/taints | package taints implements utilities for working with taints |
k8s.io/kubernetes/pkg/version/verflag | |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |