modulepackage
0.1.0
Repository: https://github.com/siderolabs/go-kubeconfig.git
Documentation: pkg.go.dev
# README
go-kubeconfig
A package to handle client Kubernetes configuration.
# Functions
DefaultPath returns path to ~/.kube/config.
Load the kubeconfig from file.
SinglePath parses KUBECONFIG and the default kubeconfig file location and ensures there is only one to return.
# Constants
Kubeconfig components.
Kubeconfig components.
Kubeconfig components.
Conflict decisions.
Conflict decisions.
# Structs
MergeOptions controls Merge process.
# Type aliases
ConfigComponent identifies part of kubeconfig.
ConflictDecision is returned from ConflictHandler.
Merger handles merging of Kubernetes client config files.