context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apiserver/pkg/util/compatibility | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/component-base/compatibility | |
k8s.io/component-base/configz | Package configz serves ComponentConfig objects from running components. |
k8s.io/component-base/logs/api/v1 | The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubernetes/cmd/kube-scheduler/app | Package app implements a Server object for running the scheduler. |
k8s.io/kubernetes/cmd/kube-scheduler/app/config | |
k8s.io/kubernetes/cmd/kube-scheduler/app/options | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
time | Package time provides functionality for measuring and displaying time. |