kube-openapik8s.io/kube-openapi/pkg/handler

Imports of package handler

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/NYTimes/gziphandler
github.com/emicklei/go-restful/v3Package restful , a lean package for creating REST-style WebServices without magic.
github.com/google/gnostic-models/openapiv2
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/munnerz/goautoneg
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kube-openapi/pkg/builderPackage builder contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0).
k8s.io/kube-openapi/pkg/cachedPackage 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/commonpackage 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/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.