fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/client-go/tools/cache | Package cache is a client-side caching mechanism. |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1 | Package v1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 | Package v1beta1 contains the API Registration API, which is responsible for registering an API `Group`/`Version` with another kubernetes like API server. |
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset | |
k8s.io/kube-aggregator/pkg/client/informers/externalversions/apiregistration | |
k8s.io/kube-aggregator/pkg/client/informers/externalversions/internalinterfaces | |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |