package
20.10.21+incompatible
Repository: https://github.com/nobidev/docker-cli.git
Documentation: pkg.go.dev

# Functions

ConfigFromContext resolves a kubernetes client config for the specified context.
EndpointFromContext extracts kubernetes endpoint info from current context.
FromKubeConfig creates a Kubernetes endpoint from a Kubeconfig file.

# 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.