fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/go-openapi/spec | |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
k8s.io/apiserver/pkg/endpoints/handlers/responsewriters | Package responsewriters containers helpers to write responses in HTTP handlers. |
k8s.io/apiserver/pkg/endpoints/metrics | |
k8s.io/apiserver/pkg/server/mux | Package mux contains abstractions for http multiplexing of APIs. |
k8s.io/apiserver/pkg/storage/etcd3/metrics | |
k8s.io/apiserver/pkg/util/flowcontrol/metrics | |
k8s.io/component-base/metrics/legacyregistry | |
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/common | package common holds shared code and types between open API code generator and spec generator. |
k8s.io/kube-openapi/pkg/handler | |
net/http | Package http provides HTTP client and server implementations. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
path | Package path implements utility routines for manipulating slash-separated paths. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |