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. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/discovery/v1 | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
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/kubernetes/cmd/kube-proxy/app | Package app does all of the work necessary to configure and run a Kubernetes app process. |
k8s.io/kubernetes/pkg/proxy/apis/config | |
k8s.io/kubernetes/pkg/proxy/config | Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy). |
k8s.io/utils/ptr | |
time | Package time provides functionality for measuring and displaying time. |