context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/buildx/driver | |
github.com/docker/buildx/driver/bkimage | |
github.com/docker/buildx/driver/kubernetes/context | |
github.com/docker/buildx/driver/kubernetes/execconn | |
github.com/docker/buildx/driver/kubernetes/manifest | |
github.com/docker/buildx/driver/kubernetes/podchooser | |
github.com/docker/buildx/store | |
github.com/docker/buildx/util/platformutil | |
github.com/docker/buildx/util/progress | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/moby/buildkit/client | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
k8s.io/api/apps/v1 | |
k8s.io/api/core/v1 | |
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/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/apps/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/rest | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
time | Package time provides functionality for measuring and displaying time. |