Imports of package app

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/blang/semver/v4
github.com/spf13/cobraPackage 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/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/util/errorsPackage 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/filtersPackage filters contains all the http handler chain filters which _are_ api related, i.e.
k8s.io/apiserver/pkg/endpoints/requestPackage request contains everything around extracting info from a http request object.
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/filtersPackage filters contains all the http handler chain filters which are not api related.
k8s.io/apiserver/pkg/server/healthzPackage healthz implements basic http server health checking.
k8s.io/apiserver/pkg/server/muxPackage mux contains abstractions for http multiplexing of APIs.
k8s.io/apiserver/pkg/server/routesPackage 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/informersPackage informers provides generated informers for Kubernetes APIs.
k8s.io/client-go/kubernetes/schemeThis package contains the scheme of the automatically generated clientset.
k8s.io/client-go/tools/eventsPackage events has all client logic for recording and reporting "k8s.io/api/events/v1".Event events.
k8s.io/client-go/tools/leaderelectionPackage 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/configzPackage configz serves ComponentConfig objects from running components.
k8s.io/component-base/featuregate
k8s.io/component-base/logsPackage logs contains support for logging options, flags and setup.
k8s.io/component-base/logs/api/v1The 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/verflagPackage verflag defines utility functions to handle command line flags related to version of Kubernetes.
k8s.io/component-base/zpages/featuresPackage 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/v2Package 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/resourcesPackage 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/profilePackage profile holds the definition of a scheduling Profile.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.