fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr/v1 | Package v1 is the v1 version of the API. |
k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned | |
k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/cr | |
k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/internalinterfaces | |
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. |
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. |