context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/api/apps/v1 | |
k8s.io/api/batch/v1 | +k8s:deepcopy-gen=package +k8s:protobuf-gen=package +k8s:openapi-gen=true +k8s:prerelease-lifecycle-gen=true |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
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/types | Package types implements various generic types used throughout kubernetes. |
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/strategicpatch | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/client-go/dynamic | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/fake | This package has the automatically generated fake clientset. |
k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
k8s.io/client-go/rest | |
k8s.io/client-go/testing | |
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 | |
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/constants | |
k8s.io/kubernetes/cmd/kubeadm/app/util | Package util contains kubeadm utilities. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |