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/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
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. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/pkg/api/v1 | |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
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/client/clientset_generated/clientset | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions/apps/v1beta1 | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions/core/v1 | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions/extensions/v1beta1 | |
k8s.io/kubernetes/pkg/client/leaderelection | |
k8s.io/kubernetes/pkg/client/leaderelection/resourcelock | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/plugin/cmd/kube-scheduler/app/options | |
k8s.io/kubernetes/plugin/pkg/scheduler | |
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider | |
k8s.io/kubernetes/plugin/pkg/scheduler/api | |
k8s.io/kubernetes/plugin/pkg/scheduler/api/latest | |
k8s.io/kubernetes/plugin/pkg/scheduler/factory | |
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/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. |
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. |