Imports of kube-vpnkit-forwarder command

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/moby/vpnkit/go/pkg/libproxyPackage libproxy provides a network Proxy interface and implementations for TCP and UDP.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/client-go/tools/cachePackage cache is a client-side caching mechanism.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.