context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/component-base/featuregate | |
k8s.io/component-base/logs | Package logs contains support for logging options, flags and setup. |
k8s.io/component-base/logs/api/v1 | The LoggingAlphaOptions and LoggingBetaOptions feature gates control whether these unstable features can get enabled. |
k8s.io/component-base/logs/example | Package example shows how a library uses contextual logging. |
k8s.io/component-base/logs/json/register | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |