| crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/gorilla/websocket | Package websocket implements the WebSocket protocol defined in RFC 6455. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
| k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
| k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
| k8s.io/apimachinery/pkg/runtime/serializer | |
| k8s.io/apimachinery/pkg/util/httpstream | Package httpstream contains compatibility wrappers for streaming transport APIs. |
| k8s.io/apimachinery/pkg/util/httpstream/wsstream | Package wsstream contains compatibility wrappers for websocket streaming. |
| k8s.io/apimachinery/pkg/util/net | |
| k8s.io/client-go/rest | |
| k8s.io/client-go/transport | |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |