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/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
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/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/diff | |
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/apiserver/pkg/util/feature | |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/api/service | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/apis/core/helper | |
k8s.io/kubernetes/pkg/apis/core/pods | |
k8s.io/kubernetes/pkg/apis/core/v1 | Package v1 is the v1 version of the API. |
k8s.io/kubernetes/pkg/apis/core/v1/helper | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/fieldpath | Package fieldpath supplies methods for extracting fields from objects given a path to a field. |
k8s.io/kubernetes/pkg/security/apparmor | |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file 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. |
time | Package time provides functionality for measuring and displaying time. |