bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/NYTimes/gziphandler | |
github.com/emicklei/go-restful/v3 | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/google/gnostic-models/openapiv2 | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/munnerz/goautoneg | |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kube-openapi/pkg/builder | Package builder contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0). |
k8s.io/kube-openapi/pkg/cached | Package cached provides a cache mechanism based on etags to lazily build, and/or cache results from expensive operation such that those operations are not repeated unnecessarily. |
k8s.io/kube-openapi/pkg/common | package common holds shared code and types between open API code generator and spec generator. |
k8s.io/kube-openapi/pkg/common/restfuladapter | |
k8s.io/kube-openapi/pkg/validation/spec | |
net/http | Package http provides HTTP client and server implementations. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
time | Package time provides functionality for measuring and displaying time. |