kubemisc

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: LGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyKubeletKubeconfig

func ApplyKubeletKubeconfig(ctx *common.ClusterContext, apiserver string, kubeletNodeAddr string, kubeMaps map[string]string) error

func BuildMasterMiscConfigToMap

func BuildMasterMiscConfigToMap(ctx *common.ClusterContext, apiserver string) error

func CovertMasterKubeConfig

func CovertMasterKubeConfig(s ssh.Interface, ctx *common.ClusterContext) error

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 GetBindPort

func GetBindPort(obj *devopsv1.Cluster) int

func Install

func Install(ctx *common.ClusterContext, s ssh.Interface) error

Install creates all the requested kubeconfig files.

func InstallNode

func InstallNode(s ssh.Interface, option *Option) error

Types

type Option

type Option struct {
	MasterEndpoint string
	ClusterName    string
	CACert         []byte
	Token          string
}

Jump to

Keyboard shortcuts

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