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/blang/semver/v4 | |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
k8s.io/api/coordination/v1 | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apiserver/pkg/authentication/authenticator | |
k8s.io/apiserver/pkg/authorization/authorizer | |
k8s.io/apiserver/pkg/endpoints/filters | Package filters contains all the http handler chain filters which _are_ api related, i.e. |
k8s.io/apiserver/pkg/endpoints/request | Package request contains everything around extracting info from a http request object. |
k8s.io/apiserver/pkg/server | Package server contains the plumbing to create kubernetes-like API server command. |
k8s.io/apiserver/pkg/server/filters | Package filters contains all the http handler chain filters which are not api related. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
k8s.io/apiserver/pkg/server/routes | Package routes holds a collection of optional genericapiserver http handlers. |
k8s.io/apiserver/pkg/util/compatibility | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/informers | Package informers provides generated informers for Kubernetes APIs. |
k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
k8s.io/client-go/tools/events | Package events has all client logic for recording and reporting "k8s.io/api/events/v1".Event events. |
k8s.io/client-go/tools/leaderelection | Package leaderelection implements leader election of a set of endpoints. |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/cli/globalflag | |
k8s.io/component-base/compatibility | |
k8s.io/component-base/configz | Package configz serves ComponentConfig objects from running components. |
k8s.io/component-base/featuregate | |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/logs/api/v1 | The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled. |
k8s.io/component-base/metrics/features | |
k8s.io/component-base/metrics/legacyregistry | |
k8s.io/component-base/metrics/prometheus/slis | |
k8s.io/component-base/term | |
k8s.io/component-base/version | |
k8s.io/component-base/version/verflag | Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
k8s.io/component-base/zpages/features | Package features contains a separate feature set specifically designed for managing zpages related features. |
k8s.io/component-base/zpages/flagz | |
k8s.io/component-base/zpages/statusz | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubernetes/cmd/kube-scheduler/app/config | |
k8s.io/kubernetes/cmd/kube-scheduler/app/options | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/scheduler | |
k8s.io/kubernetes/pkg/scheduler/apis/config | |
k8s.io/kubernetes/pkg/scheduler/apis/config/latest | |
k8s.io/kubernetes/pkg/scheduler/framework/runtime | |
k8s.io/kubernetes/pkg/scheduler/metrics/resources | Package resources provides a metrics collector that reports the resource consumption (requests and limits) of the pods in the cluster as the scheduler and kubelet would interpret it. |
k8s.io/kubernetes/pkg/scheduler/profile | Package profile holds the definition of a scheduling Profile. |
net/http | Package http provides HTTP client and server implementations. |
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. |