bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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. |
hash/fnv | Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo. |
k8s.io/api/apps/v1 | |
k8s.io/apimachinery/pkg/api/equality | |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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 | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/runtime/schema | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/rand | Package rand provides utilities related to randomization. |
k8s.io/client-go/informers/apps/v1 | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/listers/apps/v1 | |
k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/client-go/util/retry | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/util/hash | |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |