clientconfig

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnsureK8sCredential

func EnsureK8sCredential(config *clientcmdapi.Config, contextName string) (*clientcmdapi.Config, error)

EnsureK8sCredential ensures juju admin service account created with admin cluster role binding setup.

func GetKubeConfigPath

func GetKubeConfigPath() string

GetKubeConfigPath - define kubeconfig file path to use

Types

type ClientConfig

type ClientConfig struct {
	Type           string
	Contexts       map[string]Context
	CurrentContext string
	Clouds         map[string]CloudConfig
	Credentials    map[string]cloud.Credential
}

ClientConfig - a set of cloud endpoint info and user credentials Clouds and user Credentials are joined by Contexts. There should always be a valid Context with same name as the CurrentContext string.

func NewK8sClientConfig

func NewK8sClientConfig(reader io.Reader, contextName, clusterName string, credentialResolver K8sCredentialResolver) (*ClientConfig, error)

NewK8sClientConfig returns a new Kubernetes client, reading the config from the specified reader.

type ClientConfigFunc

type ClientConfigFunc func(io.Reader, string, string, K8sCredentialResolver) (*ClientConfig, error)

ClientConfigFunc is a function that returns a ClientConfig. Functions of this type should be available for each supported CAAS framework, e.g. Kubernetes.

func NewClientConfigReader

func NewClientConfigReader(cloudType string) (ClientConfigFunc, error)

NewClientConfigReader returns a function of type ClientConfigFunc to read the client config for a given cloud type.

type CloudConfig

type CloudConfig struct {
	Endpoint   string
	Attributes map[string]interface{}
}

CloudConfig stores information about how to connect to a Cloud.

type Context

type Context struct {
	CloudName      string
	CredentialName string
}

Context joins Clouds and Credentials.

type K8sCredentialResolver

type K8sCredentialResolver func(config *clientcmdapi.Config, contextName string) (*clientcmdapi.Config, error)

K8sCredentialResolver defines the function for resolving non supported k8s credential.

Jump to

Keyboard shortcuts

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