Versions in this module Expand all Collapse all v0 v0.3.0 Jan 19, 2021 Changes in this version + func ApplyKubeletKubeconfig(ctx *common.ClusterContext, apiserver string, kubeletNodeAddr string, ...) error + func BuildMasterMiscConfigToMap(ctx *common.ClusterContext, apiserver string) error + func CovertMasterKubeConfig(s ssh.Interface, ctx *common.ClusterContext) error + func CreateBasic(serverURL, clusterName, userName string, caCert []byte) *clientcmdapi.Config + func CreateWithCerts(serverURL, clusterName, userName string, caCert []byte, clientKey []byte, ...) *clientcmdapi.Config + func CreateWithToken(serverURL, clusterName, userName string, caCert []byte, token string) *clientcmdapi.Config + func GetBindPort(obj *devopsv1.Cluster) int + func Install(ctx *common.ClusterContext, s ssh.Interface) error + func InstallNode(s ssh.Interface, option *Option) error + type Option struct + CACert []byte + ClusterName string + MasterEndpoint string + Token string