context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/serialx/hashring | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
k8s.io/api/apps/v1 | |
k8s.io/api/core/v1 | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
time | Package time provides functionality for measuring and displaying time. |