bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
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/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/version | Package version provides utilities for version number comparisons |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/tools/clientcmd | Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
k8s.io/client-go/util/cert | |
k8s.io/cluster-bootstrap/token/util | |
k8s.io/component-base/version | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubernetes/cmd/kubeadm/app/apis/bootstraptoken/v1 | |
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm | Package kubeadm is the package that contains the libraries that drive the kubeadm binary. |
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/scheme | |
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3 | Package v1beta3 defines the v1beta3 version of the kubeadm configuration file format. |
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation | |
k8s.io/kubernetes/cmd/kubeadm/app/componentconfigs | |
k8s.io/kubernetes/cmd/kubeadm/app/constants | |
k8s.io/kubernetes/cmd/kubeadm/app/util | Package util contains kubeadm utilities. |
k8s.io/kubernetes/cmd/kubeadm/app/util/apiclient | Package apiclient contains wrapping logic for Kubernetes API clients. |
k8s.io/kubernetes/cmd/kubeadm/app/util/config/strict | |
k8s.io/kubernetes/cmd/kubeadm/app/util/runtime | Package runtime provides the kubeadm container runtime implementation. |
k8s.io/utils/net | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |