bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emicklei/go-restful/swagger | |
github.com/exponent-io/jsonpath | Extends the Go runtime's json.Decoder enabling navigation of a stream of json tokens. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/apimachinery/pkg/api/equality | |
k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
k8s.io/apimachinery/pkg/api/resource | |
k8s.io/apimachinery/pkg/api/validation | Package validation contains generic api type validation functions. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/apis/meta/v1/validation | |
k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/validation | |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/apimachinery/pkg/util/yaml | |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/pod | |
k8s.io/kubernetes/pkg/api/service | |
k8s.io/kubernetes/pkg/api/util | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/security/apparmor | |
k8s.io/kubernetes/pkg/volume | Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets. |
k8s.io/kubernetes/pkg/volume/aws_ebs | |
k8s.io/kubernetes/pkg/volume/azure_dd | |
k8s.io/kubernetes/pkg/volume/azure_file | |
k8s.io/kubernetes/pkg/volume/cephfs | |
k8s.io/kubernetes/pkg/volume/cinder | |
k8s.io/kubernetes/pkg/volume/configmap | Package configmap contains the internal representation of configMap volumes. |
k8s.io/kubernetes/pkg/volume/downwardapi | |
k8s.io/kubernetes/pkg/volume/empty_dir | |
k8s.io/kubernetes/pkg/volume/fc | Package fc contains the internal representation of Fibre Channel (fc) volumes. |
k8s.io/kubernetes/pkg/volume/flexvolume | |
k8s.io/kubernetes/pkg/volume/flocker | |
k8s.io/kubernetes/pkg/volume/gce_pd | |
k8s.io/kubernetes/pkg/volume/git_repo | Package git_repo contains the internal representation of git repo volumes. |
k8s.io/kubernetes/pkg/volume/glusterfs | |
k8s.io/kubernetes/pkg/volume/host_path | |
k8s.io/kubernetes/pkg/volume/iscsi | Package iscsi contains the internal representation of Internet Small Computer System Interface (iSCSI) volumes. |
k8s.io/kubernetes/pkg/volume/nfs | Package nfs contains the internal representation of network file system (NFS) volumes. |
k8s.io/kubernetes/pkg/volume/photon_pd | |
k8s.io/kubernetes/pkg/volume/projected | |
k8s.io/kubernetes/pkg/volume/quobyte | |
k8s.io/kubernetes/pkg/volume/rbd | |
k8s.io/kubernetes/pkg/volume/secret | Package secret contains the internal representation of secret volumes. |
k8s.io/kubernetes/pkg/volume/vsphere_volume | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |