kubernetesk8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig Index | Files

package kubeconfig

import "k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig"

Index

Functions

func ClientSetFromFile

func ClientSetFromFile(path string) (*clientset.Clientset, error)

ClientSetFromFile returns a ready-to-use client from a kubeconfig file

func CreateBasic

func CreateBasic(serverURL, clusterName, userName string, caCert []byte) *clientcmdapi.Config

CreateBasic creates a basic, general KubeConfig object that then can be extended

func CreateWithCerts

func CreateWithCerts(serverURL, clusterName, userName string, caCert []byte, clientKey []byte, clientCert []byte) *clientcmdapi.Config

CreateWithCerts creates a KubeConfig object with access to the API server with client certificates

func CreateWithToken

func CreateWithToken(serverURL, clusterName, userName string, caCert []byte, token string) *clientcmdapi.Config

CreateWithToken creates a KubeConfig object with access to the API server with a token

func GetClusterFromKubeConfig

func GetClusterFromKubeConfig(config *clientcmdapi.Config) *clientcmdapi.Cluster

GetClusterFromKubeConfig returns the default Cluster of the specified KubeConfig

func ToClientSet

func ToClientSet(config *clientcmdapi.Config) (*clientset.Clientset, error)

ToClientSet converts a KubeConfig object to a client

func WriteToDisk

func WriteToDisk(filename string, kubeconfig *clientcmdapi.Config) error

WriteToDisk writes a KubeConfig object down to disk with mode 0600

Source Files

kubeconfig.go

Version
v1.14.5
Published
Aug 1, 2019
Platform
linux/amd64
Imports
5 packages
Last checked
1 hour ago

Tools for package owners.