encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-logr/logr | Package logr defines a general-purpose logging API and abstract interfaces to back that API. |
github.com/google/go-cmp/cmp | Package cmp determines equality of values. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/api/resource | |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/util/validation/field | |
k8s.io/component-base/cli/flag | |
k8s.io/component-base/featuregate | |
k8s.io/component-base/logs/internal/setverbositylevel | Package setverbositylevel stores callbacks that will be invoked by logs.GlogLevel. |
k8s.io/component-base/logs/klogflags | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
math | Package math provides basic constants and mathematical functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |