kubeconfig

package
v3.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BasicAuthScheme  = "Basic"
	BearerAuthScheme = "Bearer"
)

Variables

This section is empty.

Functions

func DefaultRestConfig

func DefaultRestConfig() (*restclient.Config, error)

get the default one from the filesystem

func GetAuthString

func GetAuthString(in *restclient.Config, explicitKubeConfigPath string) (string, error)

Return the AuthString include Auth type(Basic or Bearer)

func GetBasicAuthToken

func GetBasicAuthToken(in *restclient.Config) (string, error)

func GetBasicRestConfig

func GetBasicRestConfig(username, password string) (*restclient.Config, error)

convert a basic token (username, password) into a REST config

func GetBearerRestConfig

func GetBearerRestConfig(token string) (*restclient.Config, error)

convert a bearer token into a REST config

func GetBearerToken

func GetBearerToken(in *restclient.Config, explicitKubeConfigPath string) (string, error)

convert the REST config into a bearer token

func GetRestConfig

func GetRestConfig(token string) (*restclient.Config, error)

func IsBasicAuthScheme

func IsBasicAuthScheme(token string) bool

func IsBearerAuthScheme

func IsBearerAuthScheme(token string) bool

func RefreshAuthToken

func RefreshAuthToken(in *restclient.Config) error

func RefreshTokenIfExpired

func RefreshTokenIfExpired(restConfig *restclient.Config, explicitPath, curentToken string) (string, error)

func ReloadKubeConfig

func ReloadKubeConfig(explicitPath string) clientcmd.ClientConfig

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL