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. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/lithammer/dedent | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
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. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
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/util/duration | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
k8s.io/cli-runtime/pkg/genericclioptions | Package genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions. |
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/tools/clientcmd/api | |
k8s.io/cluster-bootstrap/token/api | Package api (k8s.io/cluster-bootstrap/token/api) contains constants and types needed for bootstrap tokens as maintained by the BootstrapSigner and TokenCleaner controllers (in k8s.io/kubernetes/pkg/controller/bootstrap) |
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/apis/output/scheme | |
k8s.io/kubernetes/cmd/kubeadm/app/apis/output/v1alpha2 | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/alpha | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/options | Package options provide a central point for defining flags for kubeadm cobra commands, no matter if hard coded commands or autogenerated command for phases. |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/join | Package phases includes command line phases for kubeadm join |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/reset | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow | Package workflow implements a workflow manager to be used for implementing composable kubeadm workflows. |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/upgrade | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/util | |
k8s.io/kubernetes/cmd/kubeadm/app/componentconfigs | |
k8s.io/kubernetes/cmd/kubeadm/app/constants | |
k8s.io/kubernetes/cmd/kubeadm/app/discovery | |
k8s.io/kubernetes/cmd/kubeadm/app/features | |
k8s.io/kubernetes/cmd/kubeadm/app/images | |
k8s.io/kubernetes/cmd/kubeadm/app/phases/bootstraptoken/node | |
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs | |
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/renewal | |
k8s.io/kubernetes/cmd/kubeadm/app/phases/copycerts | |
k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig | |
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 | Package config contains utilities for managing the kubeadm configuration API. |
k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig | |
k8s.io/kubernetes/cmd/kubeadm/app/util/output | |
k8s.io/kubernetes/cmd/kubeadm/app/util/runtime | Package runtime provides the kubeadm container runtime implementation. |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sigs.k8s.io/yaml | |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |