| 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/v2 | Package klog contains the following functionality: |
| k8s.io/kubectl/pkg/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. |