fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/proxy | Package proxy provides transport and upgrade support for proxies. |
k8s.io/client-go/rest | |
k8s.io/client-go/transport | |
k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/kubernetes/pkg/kubectl/util | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |