fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/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/runtime/serializer | |
k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/rest | |
k8s.io/client-go/util/flowcontrol | |
k8s.io/metrics/pkg/apis/custom_metrics | Package custom_metrics defines an API for using custom metrics. |
k8s.io/metrics/pkg/apis/custom_metrics/v1beta1 | Package v1beta1 is the v1beta1 version of the custom_metrics API. |
k8s.io/metrics/pkg/apis/custom_metrics/v1beta2 | Package v1beta2 is the v1beta2 version of the custom_metrics API. |
k8s.io/metrics/pkg/client/custom_metrics/scheme | |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |