package
0.20.1
Repository: https://github.com/docker/buildx.git
Documentation: pkg.go.dev

# Functions

ConfigFromContext resolves a kubernetes client config for the specified context.
ConfigFromEndpoint loads kubernetes config from endpoint.
EndpointFromContext extracts kubernetes endpoint info from current context.
FromKubeConfig creates a Kubernetes endpoint from a Kubeconfig file.
NewKubernetesConfig resolves the path to the desired Kubernetes configuration file based on the KUBECONFIG environment variable and command line flags.

# Constants

KubernetesEndpoint is the kubernetes endpoint name in a stored context.

# Structs

Endpoint is a typed wrapper around a context-store generic endpoint describing a Kubernetes endpoint, with TLS data.
EndpointMeta is a typed wrapper around a context-store generic endpoint describing a Kubernetes endpoint, without TLS data.
UsernamePassword contains username/password auth info.